forked from Semantic-Org/Semantic-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ported our color scheme into the new 2.0 variable files
- Loading branch information
Showing
10 changed files
with
189 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/******************************* | ||
Site Overrides | ||
*******************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/******************************* | ||
Site Overrides | ||
*******************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/******************************* | ||
User Variable Overrides | ||
*******************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/******************************* | ||
User Variable Overrides | ||
*******************************/ | ||
|
||
@backgroundColor: @teal; | ||
@labelTextColor: @white; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/******************************* | ||
User Variable Overrides | ||
*******************************/ | ||
|
||
@background: @offWhite; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/******************************* | ||
User Variable Overrides | ||
*******************************/ | ||
|
||
@backgroundColor: @offWhite; | ||
@titleColor: @teal; | ||
@descriptionColor: @darkGrey; | ||
|
||
|
||
|
||
@activeBackground: @teal; | ||
@activeColor: @white; | ||
@activeIconColor: @white; | ||
@activeDescriptionColor: @white; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
|
||
/******************************* | ||
User Global Variables | ||
*******************************/ | ||
|
||
/*------------------------------------------------ | ||
Decidedly Color Palette | ||
Spec Lives Right Myah: | ||
https://app.zeplin.io/project.html#pid=556a2b875cf82f5a60fd9c4b&guideline | ||
|
||
Refer to: | ||
themes/default/globals/site.variables | ||
For information on what is being overridden | ||
-------------------------------------------------*/ | ||
|
||
|
||
/*--- Cerulean ---*/ | ||
@blue : #05A3D8; | ||
/*--- VidaLoca ---*/ | ||
@green : #14A57A; | ||
/*--- Piper ---*/ | ||
@red : #CA4B28; | ||
/*--- PickledBluewood ---*/ | ||
@lightBlack : #314954; | ||
/*--- Horizon ---*/ | ||
@teal : #5E899C; | ||
|
||
|
||
/*--- BlackHaze ---*/ | ||
@offWhite : #EAECEC; | ||
/*--- Alto ----*/ | ||
@lightGrey : #D3D3D3; | ||
/*--- Silver ---*/ | ||
@grey : #C2C2C2; | ||
/*--- Boulder ---*/ | ||
@darkGrey : #7B7B7B; | ||
|
||
/*--- Mystery Main Text ---*/ | ||
@textColor : #60727A; | ||
|
||
@pageBackground : @offWhite; | ||
|
||
|
||
@unselectedTextColor : rgba(0, 0, 0, 0.4); | ||
|
||
/*------------------- | ||
Brand Colors | ||
--------------------*/ | ||
|
||
@primaryColor : @teal; | ||
@secondaryColor : @blue; | ||
|
||
|
||
/*------------------- | ||
Links | ||
--------------------*/ | ||
@linkColor : @blue; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/******************************* | ||
Site Overrides | ||
*******************************/ |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
/* | ||
|
||
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗ | ||
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝ | ||
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗ | ||
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║ | ||
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║ | ||
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝ | ||
|
||
*/ | ||
|
||
/******************************* | ||
Theme Selection | ||
*******************************/ | ||
|
||
/* To override a theme for an individual element | ||
specify theme name below | ||
*/ | ||
|
||
/* Global */ | ||
@site : 'default'; | ||
@reset : 'default'; | ||
|
||
/* Elements */ | ||
@button : 'default'; | ||
@container : 'default'; | ||
@divider : 'default'; | ||
@flag : 'default'; | ||
@header : 'default'; | ||
@icon : 'default'; | ||
@image : 'default'; | ||
@input : 'default'; | ||
@label : 'default'; | ||
@list : 'default'; | ||
@loader : 'default'; | ||
@rail : 'default'; | ||
@reveal : 'default'; | ||
@segment : 'default'; | ||
@step : 'default'; | ||
|
||
/* Collections */ | ||
@breadcrumb : 'default'; | ||
@form : 'default'; | ||
@grid : 'default'; | ||
@menu : 'default'; | ||
@message : 'default'; | ||
@table : 'default'; | ||
|
||
/* Modules */ | ||
@accordion : 'default'; | ||
@checkbox : 'default'; | ||
@dimmer : 'default'; | ||
@dropdown : 'default'; | ||
@embed : 'default'; | ||
@modal : 'default'; | ||
@nag : 'default'; | ||
@popup : 'default'; | ||
@progress : 'default'; | ||
@rating : 'default'; | ||
@search : 'default'; | ||
@shape : 'default'; | ||
@sidebar : 'default'; | ||
@sticky : 'default'; | ||
@tab : 'default'; | ||
@transition : 'default'; | ||
|
||
/* Views */ | ||
@ad : 'default'; | ||
@card : 'default'; | ||
@comment : 'default'; | ||
@feed : 'default'; | ||
@item : 'default'; | ||
@statistic : 'default'; | ||
|
||
/******************************* | ||
Folders | ||
*******************************/ | ||
|
||
/* Path to theme packages */ | ||
@themesFolder : 'themes'; | ||
|
||
/* Path to site override folder */ | ||
@siteFolder : 'site/'; | ||
|
||
|
||
/******************************* | ||
Import Theme | ||
*******************************/ | ||
|
||
@import "theme.less"; | ||
|
||
/* End Config */ |