diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-10-19 16:31:36 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-10-19 16:31:36 +0100 |
commit | ea797e789ed5566fe3ffb5395ea41eb74c2b73a1 (patch) | |
tree | 637987a7066641ea3d8c7d5aa3bade2ad5b3e615 /Xresources/.Xresources | |
parent | cf274306ec254317e88d24b6147202aae862df80 (diff) |
Remove colorschemes
Diffstat (limited to 'Xresources/.Xresources')
-rw-r--r-- | Xresources/.Xresources/nord | 25 | ||||
-rw-r--r-- | Xresources/.Xresources/seoul256.dark | 30 | ||||
-rw-r--r-- | Xresources/.Xresources/solarized.dark | 28 | ||||
-rw-r--r-- | Xresources/.Xresources/solarized.light | 28 | ||||
-rw-r--r-- | Xresources/.Xresources/transparent | 5 | ||||
-rw-r--r-- | Xresources/.Xresources/urxvt (renamed from Xresources/.Xresources/base) | 25 |
6 files changed, 25 insertions, 116 deletions
diff --git a/Xresources/.Xresources/nord b/Xresources/.Xresources/nord deleted file mode 100644 index 7f1e6b6..0000000 --- a/Xresources/.Xresources/nord +++ /dev/null @@ -1,25 +0,0 @@ -#include "base" - -URxvt.borderColor: #2E3440 - -*.foreground: #D8DEE9 -*.background: #2E3440 -*.cursorColor: #D8DEE9 -*fadeColor: #4C566A - -*.color0: #3B4252 -*.color1: #BF616A -*.color2: #A3BE8C -*.color3: #EBCB8B -*.color4: #81A1C1 -*.color5: #B48EAD -*.color6: #88C0D0 -*.color7: #E5E9F0 -*.color8: #4C566A -*.color9: #BF616A -*.color10: #A3BE8C -*.color11: #EBCB8B -*.color12: #81A1C1 -*.color13: #B48EAD -*.color14: #8FBCBB -*.color15: #ECEFF4 diff --git a/Xresources/.Xresources/seoul256.dark b/Xresources/.Xresources/seoul256.dark deleted file mode 100644 index 2cb451b..0000000 --- a/Xresources/.Xresources/seoul256.dark +++ /dev/null @@ -1,30 +0,0 @@ -#include "base" - -URxvt.borderColor: #3a3a3a - -! Background / Foreground -URxvt*background: #3a3a3a -URxvt*foreground: #d0d0d0 - -! Cursor -*cursorColor: #d0d0d0 -*cursorColor2: #3a3a3a -*colorBD: #e4e4e4 - -! Other colors -*color0: #4e4e4e -*color1: #d68787 -*color2: #5f865f -*color3: #d8af5f -*color4: #85add4 -*color5: #d7afaf -*color6: #87afaf -*color7: #d0d0d0 -*color8: #626262 -*color9: #d75f87 -*color10: #87af87 -*color11: #ffd787 -*color12: #add4fb -*color13: #ffafaf -*color14: #87d7d7 -*color15: #e4e4e4 diff --git a/Xresources/.Xresources/solarized.dark b/Xresources/.Xresources/solarized.dark deleted file mode 100644 index 8940b45..0000000 --- a/Xresources/.Xresources/solarized.dark +++ /dev/null @@ -1,28 +0,0 @@ -#include "base" - -URxvt.borderColor: #002b36 - -*background: #002b36 -*foreground: #839496 -*fadeColor: #002b36 -*cursorColor: #93a1a1 - -*pointerColorBackground: #586e75 -*pointerColorForeground: #93a1a1 - -*color0: #073642 -*color1: #dc322f -*color2: #859900 -*color3: #b58900 -*color4: #268bd2 -*color5: #d33682 -*color6: #2aa198 -*color7: #eee8d5 -*color8: #002b36 -*color9: #cb4b16 -*color10: #586e75 -*color11: #657b83 -*color12: #839496 -*color13: #6c71c4 -*color14: #93a1a1 -*color15: #fdf6e3 diff --git a/Xresources/.Xresources/solarized.light b/Xresources/.Xresources/solarized.light deleted file mode 100644 index b47144c..0000000 --- a/Xresources/.Xresources/solarized.light +++ /dev/null @@ -1,28 +0,0 @@ -#include "base" - -URxvt.borderColor: #000000 - -*background: #fdf6e3 -*foreground: #657b83 -*fadeColor: #fdf6e3 -*cursorColor: #586e75 - -*pointerColorBackground: #93a1a1 -*pointerColorForeground: #586e75 - -*color0: #073642 -*color1: #dc322f -*color2: #859900 -*color3: #b58900 -*color4: #268bd2 -*color5: #d33682 -*color6: #2aa198 -*color7: #eee8d5 -*color8: #002b36 -*color9: #cb4b16 -*color10: #586e75 -*color11: #657b83 -*color12: #839496 -*color13: #6c71c4 -*color14: #93a1a1 -*color15: #fdf6e3 diff --git a/Xresources/.Xresources/transparent b/Xresources/.Xresources/transparent deleted file mode 100644 index 2778707..0000000 --- a/Xresources/.Xresources/transparent +++ /dev/null @@ -1,5 +0,0 @@ -#include "nord" - -! True transparency -URxvt.transparent: true -URxvt.shading: 40 diff --git a/Xresources/.Xresources/base b/Xresources/.Xresources/urxvt index ea87784..d9078a8 100644 --- a/Xresources/.Xresources/base +++ b/Xresources/.Xresources/urxvt @@ -35,3 +35,28 @@ URxvt.fading: 35 ! $TERM environment variable URxvt*.termName: rxvt-unicode-256color + +! Colors +URxvt.borderColor: #2E3440 + +*.foreground: #D8DEE9 +*.background: #2E3440 +*.cursorColor: #D8DEE9 +*fadeColor: #4C566A + +*.color0: #3B4252 +*.color1: #BF616A +*.color2: #A3BE8C +*.color3: #EBCB8B +*.color4: #81A1C1 +*.color5: #B48EAD +*.color6: #88C0D0 +*.color7: #E5E9F0 +*.color8: #4C566A +*.color9: #BF616A +*.color10: #A3BE8C +*.color11: #EBCB8B +*.color12: #81A1C1 +*.color13: #B48EAD +*.color14: #8FBCBB +*.color15: #ECEFF4 |