pull/59/merge
Elijah Gregg 4 years ago committed by GitHub
commit a78794b088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,6 +116,7 @@ It's easy to add your own themes:
+ Thanks to [[https://github.com/jgkamat][Jay Kamat]] for contributing the Sakai stylesheet and several fixes and improvements.
+ Thanks to [[https://github.com/cal2195][Cal Martin]] for the gruvbox theme.
+ Thanks to [[https://github.com/non-Jedi][Adam Beckmeyer]] for adapting [[https://github.com/romainl/Apprentice][Romain Lafourcade's Apprentice theme]].
+ Thanks to [[https://github.com/lovetocode999][Elijah Gregg]] for the selenized theme.
** License

@ -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