17 lines
581 B
CSS
17 lines
581 B
CSS
|
|
/*
|
||
|
|
Base16 Railscasts
|
||
|
|
Scheme author: Ryan Bates (http://railscasts.com)
|
||
|
|
Template author: Tinted Theming (https://github.com/tinted-theming)
|
||
|
|
In files gtk-3.0/gtk.css and gtk-3.20/gtk.css, delete section "Default color scheme" and inject this
|
||
|
|
*/
|
||
|
|
|
||
|
|
@define-color bg_color #2b2b2b;
|
||
|
|
@define-color fg_color #e6e1dc;
|
||
|
|
@define-color base_color #272935;
|
||
|
|
@define-color text_color #e6e1dc;
|
||
|
|
@define-color text_color_disabled #5a647e;
|
||
|
|
@define-color selected_bg_color #3a4055;
|
||
|
|
@define-color selected_fg_color #e6e1dc;
|
||
|
|
@define-color tooltip_bg_color #2b2b2b;
|
||
|
|
@define-color tooltip_fg_color #e6e1dc;
|