Skip to content

Instantly share code, notes, and snippets.

@overture8
Created November 26, 2009 20:38
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 overture8/243644 to your computer and use it in GitHub Desktop.
Save overture8/243644 to your computer and use it in GitHub Desktop.
// ***** Raindrop Theme
!base_color_1 = #1C1D21
!base_color_2 = #31353D
!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