diff options
author | listout <listout@protonmail.com> | 2021-04-21 21:00:16 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-21 21:00:16 +0530 |
commit | 3fd085356ca8a4e98f9828b7dfaaa7eb8f36aee7 (patch) | |
tree | 15182ee9823cdd5580c95cdc6a4d0338eb486817 /.Xresources | |
parent | b437d3aec07698ac99e7aa695f5d0c47d593ac9f (diff) |
substrata colorscheme
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 49 |
1 files changed, 18 insertions, 31 deletions
diff --git a/.Xresources b/.Xresources index 97a86da..e5c1c1f 100644 --- a/.Xresources +++ b/.Xresources @@ -27,36 +27,23 @@ URxvt.urlLauncher: firefox URxvt.underlineURLs: true URxvt.urlButton: 1 -*background:#0b0906 -*foreground:#c3cbd3 -*cursor:#c3cbd3 - -! Colors -*color0:#0b0906 -*color1:#57646F -*color2:#687887 -*color3:#778797 -*color4:#7F90A0 -*color5:#808F9E -*color6:#8899A9 -*color7:#c3cbd3 -*color8:#888e93 -*color9:#57646F -*color10:#687887 -*color11:#778797 -*color12:#7F90A0 -*color13:#808F9E -*color14:#8899A9 -*color15:#c3cbd3 - -! FZF colors -export FZF_DEFAULT_OPTS=" \ - $FZF_DEFAULT_OPTS \ - --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 \ - --color info:7,prompt:2,spinner:1,pointer:232,marker:1 \ -" - -! Fix LS_COLORS being unreadable. -export LS_COLORS="${LS_COLORS}:su=30;41:ow=30;42:st=30;44:" +*.foreground: #b5b4c9 +*.background: #1c1c1c +*.color0: #2e313d +*.color8: #5b5f71 +*.color1: #cf8164 +*.color9: #fe9f7c +*.color2: #76a065 +*.color10: #92c47e +*.color3: #ab924c +*.color11: #d2b45f +*.color4: #8296b0 +*.color12: #a0b9d8 +*.color5: #a18daf +*.color13: #c6aed7 +*.color6: #659ea2 +*.color14: #7dc2c7 +*.color7: #b5b4c9 +*.color15: #f0ecfe ! vim: set filetype=xdefaults nomodeline: |