[Gtk-Theme] Pre-Processing + Some other work
This commit is contained in:
23
gtk-theme/dist/gtk-4.0/gtk.css
vendored
Normal file
23
gtk-theme/dist/gtk-4.0/gtk.css
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
@import '../colours.css';
|
||||
|
||||
/*
|
||||
* Replace the colours with variable names
|
||||
* #000 = @bg
|
||||
* #111 = @bg_accent
|
||||
* #222 = @bg_inactive
|
||||
* #555A = @shadow_rgba
|
||||
* #555 = @shadow
|
||||
* #F00 = @accent
|
||||
* #0F0 = @accent2
|
||||
* #00F = @accent3
|
||||
* #AAA = @inactive
|
||||
* #FFF = @fg
|
||||
*/
|
||||
|
||||
|
||||
window {
|
||||
color: #FFF;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user