summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-04-12 23:29:51 +0530
committerlistout <listout@protonmail.com>2021-04-12 23:29:51 +0530
commit5aa8955a6225cb1bacfcd99e7f0eba622d4ebce6 (patch)
tree5319fab40c8338f2a7fcb13bf38db6e939c53b97 /.Xresources
parent963c0110877ab1663c572705b2cc643e3af23bdd (diff)
new color scheme
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources41
1 files changed, 39 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources
index ef8c516..92ba358 100644
--- a/.Xresources
+++ b/.Xresources
@@ -3,8 +3,8 @@ URxvt.scrollBar: flase
URxvt.font: xft:TamzenForPowerline:pixelsize=15
URxvt.boldFont: xft:TamzenForPowerline:bold:pixelsize=15
-URxvt.background: black
-URxvt.foreground: white
+!URxvt.background: black
+!URxvt.foreground: white
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
@@ -27,4 +27,41 @@ URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
+! Shell variables
+! Generated by wal
+! wallpaper=/tmp/test7.jpg
+
+! Special
+*background:#0a0f11
+*foreground:#b4bfd9
+*cursor:#b4bfd9
+
+! Colors
+*color0:#0a0f11
+*color1:#224F60
+*color2:#2F556E
+*color3:#608875
+*color4:#355F88
+*color5:#537394
+*color6:#6F89A9
+*color7:#b4bfd9
+*color8:#7d8597
+*color9:#224F60
+*color10:#2F556E
+*color11:#608875
+*color12:#355F88
+*color13:#537394
+*color14:#6F89A9
+*color15:#b4bfd9
+
+! 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:"
+
! vim: set filetype=xdefaults nomodeline: