]> git.phdru.name Git - dotfiles.git/blob - lib/X11/colors
Initial import
[dotfiles.git] / lib / X11 / colors
1 ! text colors
2 #define FOREGROUND_TEXT  black
3 #define BACKGROUND_TEXT  light gray
4 #define POINTER_COLOR    C_forest
5 #define CURSOR_COLOR     C_forest
6 #define BORDER_COLOR     blue
7 #define WINBACK_COLOR    gray75
8
9 #ifdef COLOR
10 *customization: -color
11 #endif
12
13 #ifndef XAW3DCOLOR
14 #define XAW3DCOLOR gray75
15 #endif
16
17 ! color definitions
18 #define C_amber          #ffc070
19 #define C_grayish        #bfbfbf
20 #define C_forest         #006000
21 #define C_blue           #307090
22 #define C_purple         #8925d1
23 #define C_khaki          #505a1b
24 #define C_orange         #c75a00
25 #define C_brown          #714820
26 #define C_charcoal       #403640
27 #define C_chocolate      #563028
28 #define C_green          #308070
29 #define C_auga           #009080
30 #define C_maroon         #6e003c
31 #define C_newgreen       #007079
32 #define C_gold           #c08900
33
34 !
35 ! Motif colors
36 !
37 ! active colors and inactive colors
38 #define motifAC          C_gold
39 #define motifIC          C_newgreen
40
41 ! background color for IconBox
42 #define motifSC          DimGrey
43
44 ! icontext should contrast with motifIC
45 #define icontext         white
46
47 ! set text colors to contrast with the motif colors
48 #define textAC           black
49 #define textIC           white