ratintosh/gtk-3.0/colors.css

45 lines
1.4 KiB
CSS

/**
* Color definitions.
*
* Each color defined in this file is usable as a symbolic color
* in all files included after it.
*
* Color definitions have the format `@define-color <name> <value>;',
* where <name> is a name you choose, and <value> is a color definition.
* Defined colors can be used in rules with the syntax `@<name>'
*
* The most common color definition is a html color code: #rrbbgg
* For more information see (1) or (2).
*
* (1) file:///usr/share/devhelp/books/gtk3/GtkCssProvider.html#gtkcssprovider-symbolic-colors
* (2) http://developer.gnome.org/gtk3/3.1/GtkCssProvider.html#gtkcssprovider-symbolic-colors
*/
/* Some common color definitions
*
* @define-color base-color #ff00ff;
* @define-color background-color #ff00ff;
* @define-color forground-color #ff00ff;
* @define-color text-color #ff00ff;
*/
@define-color color-0 #000000;
@define-color color-1 #111111;
@define-color color-2 #222222;
@define-color color-3 #333333;
@define-color color-4 #444444;
@define-color color-5 #555555;
@define-color color-6 #666666;
@define-color color-7 #777777;
@define-color color-8 #888888;
@define-color color-9 #999999;
@define-color color-a #aaaaaa;
@define-color color-b #bbbbbb;
@define-color color-c #cccccc;
@define-color color-d #dddddd;
@define-color color-e #eeeeee;
@define-color color-f #ffffff;
@define-color color-blue-bright #0099cc;
@define-color color-blue #006699;
@define-color color-blue-dark #003366;