diff options
author | listout <listout@protonmail.com> | 2022-02-26 20:21:55 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-02-26 20:21:55 +0530 |
commit | e184fa909dc0904db927811bf9f581638decc32a (patch) | |
tree | 580452357b9db296c82f22f0f8718b90251e7d6b /.Xresources | |
parent | 1aa0fc84fee01c56e6d67e143b75ec7ae88dfb30 (diff) |
tokyonight color scheme
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/.Xresources b/.Xresources index 601d835..4607b1c 100644 --- a/.Xresources +++ b/.Xresources @@ -1,22 +1,24 @@ ! Colors -*.foreground: #e6e6f1 -*.background: #1a1b26 -*.color0: #44495e -*.color8: #3b3b4d -*.color1: #EBB9B9 -*.color9: #cc9b9d -*.color2: #B1DBA4 -*.color10: #A3CCAD -*.color3: #E6DFB8 -*.color11: #d1ba97 -*.color4: #CDDBF9 -*.color12: #B8C9EA -*.color5: #F6BBE7 -*.color13: #b294bb -*.color6: #CDDBF9 -*.color14: #95C2D1 -*.color7: #C6D0E9 -*.color15: #63718B +*background: #1a1b26 +*foreground: #c0caf5 + +*color0: #15161E +*color1: #f7768e +*color2: #9ece6a +*color3: #e0af68 +*color4: #7aa2f7 +*color5: #bb9af7 +*color6: #7dcfff +*color7: #a9b1d6 + +*color8: #414868 +*color9: #f7768e +*color10: #9ece6a +*color11: #e0af68 +*color12: #7aa2f7 +*color13: #bb9af7 +*color14: #7dcfff +*color15: #c0caf5 ! XTerm config XTerm.vt100.locale: false |