Skip to content

Instantly share code, notes, and snippets.

@lmeyer
Last active December 16, 2015 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmeyer/5499456 to your computer and use it in GitHub Desktop.
Save lmeyer/5499456 to your computer and use it in GitHub Desktop.
Pixel Cookers Redmine Theme configurations
@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;
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