Merge pull request #25 from jgkamat/multi-theme

Add darculized theme
pull/27/head
alphapapa 7 years ago committed by GitHub
commit b23feb589a

@ -0,0 +1,23 @@
// * colors.styl
// ** Darculized colors
// Darculized is a hybrid theme, derived from solarized and darcula
// See https://github.com/jgkamat/darculized
base03 = #262626
base02 = #2e2e2e
base01 = #5e6263
base00 = #909396
base0 = #909396
base1 = #a6aaab
base2 = #B8BBBD
base3 = #D2D8D9
yellow = #B68800
orange = #E05F27
red = #bd3832
magenta = #a8366b
violet = #797FD4
blue = #2F7BDE
cyan = #15968D
green = #598249

@ -0,0 +1,26 @@
// * darculized-dark.styl
@require darculized-colors
// ** Colors
color-a = #ce4139
color-a-visited = #B68800
color-background = base03
color-background-highlight = base02
color-background-highlight-extra = base01
color-background-highlight-extra-less = lighten(color-background-highlight, 4%)
color-background-highlight-extra-less-less = lighten(color-background-highlight, 2%)
color-background-highlight-tad-extra = lighten(color-background, 2%)
color-border = base00
color-text = base0
comment = base01
emphasized = base1
emphasized-more = base2
emphasized-more-more = base3
button-gradient-top = color-background-highlight-extra
button-gradient-bottom = color-background-highlight
Loading…
Cancel
Save