diff options
author | Amin Bandali <me@aminb.org> | 2015-05-10 20:57:57 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-05-10 20:57:57 -0400 |
commit | 909e0988e08da61e1188d5e15c7991c9f952d1e7 (patch) | |
tree | 5a041381985469d6eecfb72c9cfe9518bcfd1edb /x/.dawn.xresources | |
parent | fce5a13fb0c369ef04532f87a07bf3d56a3554bb (diff) | |
download | configs-909e0988e08da61e1188d5e15c7991c9f952d1e7.tar.gz configs-909e0988e08da61e1188d5e15c7991c9f952d1e7.tar.xz configs-909e0988e08da61e1188d5e15c7991c9f952d1e7.zip |
[xresources] switch to solarized (dark)
Diffstat (limited to 'x/.dawn.xresources')
-rw-r--r-- | x/.dawn.xresources | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/x/.dawn.xresources b/x/.dawn.xresources new file mode 100644 index 0000000..3834004 --- /dev/null +++ b/x/.dawn.xresources @@ -0,0 +1,36 @@ +! special +*.foreground: #9b9081 +*.background: #181b20 +*.cursorColor: #9b9081 + +! black +*.color0: #353535 +*.color8: #5f5f5f + +! red +*.color1: #744b40 +*.color9: #785850 + +! green +*.color2: #6d6137 +*.color10: #6f6749 + +! yellow +*.color3: #765636 +*.color11: #776049 + +! blue +*.color4: #61564b +*.color12: #696057 + +! magenta +*.color5: #6b4a49 +*.color13: #6f5a59 + +! cyan +*.color6: #435861 +*.color14: #525f66 + +! white +*.color7: #b3b3b3 +*.color15: #cdcdcd |