diff options
author | co1ncidece <r3yan.chaudhry@zohomail.com> | 2020-07-06 00:36:01 -0500 |
---|---|---|
committer | co1ncidece <r3yan.chaudhry@zohomail.com> | 2020-07-06 00:36:01 -0500 |
commit | 1635f1de434239f16703d6f750ec61868eab7c84 (patch) | |
tree | 51ed7f505c5605afa68bc0235d00ead70e1d432d /.Xresources | |
parent | 05662ace9eeeedf3b2b3baf0c74f575e56ff358f (diff) |
add configs
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..d5d1b1a --- /dev/null +++ b/.Xresources @@ -0,0 +1,27 @@ +*.foreground: #F0D3C9 +*.background: #262727 +! black/dark-gray +*.color0: #262727 +*.color8: #393b3b +! red/orange +*.color1: #DE9DAC +*.color9: #deaf9d +! green/aquamarine +*.color2: #9DDEAF +*.color10: #9dded0 +! amber/yellow +*.color3: #DED09D +*.color11: #DED09D +! blue/violet +*.color4: #9DACDE +*.color12: #af9dde +! magenta/rose +*.color5: #AF9DDE +*.color13: #d09dde +! cyan/azure +*.color6: #9DCCDE +*.color14: #9DCCDE +! gray/white +*.color7: #434545 +*.color15: #F0D3C9 + |