Skip to content

Instantly share code, notes, and snippets.

@overture8
Created November 26, 2009 20:40
Show Gist options
  • Save overture8/243645 to your computer and use it in GitHub Desktop.
Save overture8/243645 to your computer and use it in GitHub Desktop.
// ***** Ruby Theme
!base_color_1 = #212121
!base_color_2 = #660000
!base_color_1_light = !base_color_1 + #212121
!base_color_1_lighter = !base_color_1 + #444444
!base_color_1_dark = !base_color_1 - #111111
!base_color_2_light = !base_color_2 + #212121
!base_color_2_lighter = !base_color_2 + #444444
!base_color_2_dark = !base_color_2 - #111111
!base_font_color = #cccccc
!base_loud_font_color = #FFEC8B
!menu_item_font_color = !base_color_2_light + #898989
!menu_item_font_color_lighter = !menu_item_font_color + #212121
!menu_item_hover_color = #aaaaaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment