diff options
Diffstat (limited to 'Common/i3')
-rwxr-xr-x | Common/i3/Xresources | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Common/i3/Xresources b/Common/i3/Xresources index 5f8c283..ffd6974 100755 --- a/Common/i3/Xresources +++ b/Common/i3/Xresources @@ -43,6 +43,52 @@ *.color7 : #e5e9f0 *.color15 : #d1d5dc + +! ----------- +! Light theme +! ----------- +!! *.foreground: #3b2322 +!! *.background: #dfdbc3 +!! *.cursorColor: #73635a +!! ! +!! ! Black +!! *.color0: #000000 +!! *.color8: #808080 +!! ! +!! ! Red +!! *.color1: #cc0000 +!! *.color9: #cc0000 +!! ! +!! ! Green +!! *.color2: #009600 +!! *.color10: #009600 +!! ! +!! ! Yellow +!! *.color3: #d06b00 +!! *.color11: #d06b00 +!! ! +!! ! Blue +!! *.color4: #0000cc +!! *.color12: #0000cc +!! ! +!! ! Magenta +!! *.color5: #cc00cc +!! *.color13: #cc00cc +!! ! +!! ! Cyan +!! *.color6: #0087cc +!! *.color14: #0087cc +!! ! +!! ! White +!! *.color7: #cccccc +!! *.color15: #ffffff +!! ! +!! ! Bold, Italic, Underline +!! *.colorBD: #8e2a19 +!! !*.colorIT: +!! !*.colorUL: + + ! ------------------------------------------------------------------------------ ! Font configuration ! ------------------------------------------------------------------------------ |