Last active
December 16, 2015 21:28
-
-
Save lmeyer/5499456 to your computer and use it in GitHub Desktop.
Pixel Cookers Redmine Theme configurations
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
@linkColor: #4396CE; | |
@topMenuBackground: #222; | |
@topMenuBorderColor: #235F87; | |
@topMenuLinkColor: #DDD; | |
@topMenuLinkColorHover: #FFF; | |
@headerBackground: #4496CE; | |
@headerLinkColor: #EEE; | |
@headerLinkColorHover: #FFF; | |
@headerTitleColor: #E0F2F9; | |
@headerTitleLinkColor: #1D4E6D; | |
@sidebarTitleColor: #295E82; | |
@loginBackground: #222; | |
@loginLabelColor: #CCC; | |
@buttonBackground: #444; | |
@buttonBackgroundLight: #FFF; | |
@boxesBackground: #F5FFFF; |
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
var cfg = { | |
"stopwatch.enabled": true, // Display the stopwatch | |
"stopwatch.precision": 2, // Number of digits after the decimal point (in hours) | |
"autofocus.time_entry": true | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment