17 lines
641 B
Plaintext
17 lines
641 B
Plaintext
/*
|
|
Base16 {{scheme-name}}
|
|
Scheme author: {{scheme-author}}
|
|
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 #{{base00-hex}};
|
|
@define-color fg_color #{{base05-hex}};
|
|
@define-color base_color #{{base01-hex}};
|
|
@define-color text_color #{{base05-hex}};
|
|
@define-color text_color_disabled #{{base03-hex}};
|
|
@define-color selected_bg_color #{{base02-hex}};
|
|
@define-color selected_fg_color #{{base05-hex}};
|
|
@define-color tooltip_bg_color #{{base00-hex}};
|
|
@define-color tooltip_fg_color #{{base05-hex}};
|