Add selenized theme

pull/59/head
lovetocode999 4 years ago
parent bea989070b
commit a8ddab2441
No known key found for this signature in database
GPG Key ID: D45A91F957C83CDE

@ -0,0 +1,30 @@
// * colors.styl
// ** Selenized colors
// From https://github.com/jan-warchol/selenized/
bg_0 = #103c48
bg_1 = #184956
bg_2 = #2d5b69
dim_0 = #72898f
fg_0 = #adbcbc
fg_1 = #cad8d9
red = #fa5750
green = #75b938
yellow = #dbb32d
blue = #4695f7
magenta = #f275be
cyan = #41c7b9
orange = #ed8649
violet = #af88eb
br_red = #ff665c
br_green = #84c747
br_yellow = #ebc13d
br_blue = #58a3ff
br_magenta = #ff84cd
br_cyan = #53d6c7
br_orange = #fd9456
br_violet = #bd96fa

@ -0,0 +1,26 @@
// * selenized-dark.styl
@require colors
// ** Colors
color-a = blue
color-a-visited = violet
color-background = bg_0
color-background-highlight = bg_1
color-background-highlight-extra = bg_2
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 = dim_0
color-text = fg_0
comment = dim_0
emphasized = fg_1
emphasized-more = lighten(emphasized, 4%)
emphasized-more-more = lighten(emphasized, 8%)
button-gradient-top = color-background-highlight-extra
button-gradient-bottom = color-background-highlight
Loading…
Cancel
Save