summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-09-03 20:06:14 +0530
committerlistout <listout@protonmail.com>2021-09-03 20:06:14 +0530
commit604c1e7d2dd3548b94ad4d3979eeadb34a9a4a8d (patch)
tree3df4186e6a1cf181154ec064d77c53d0812bb447
parent9a96667ce07b9e57b303b558eb59df4a353d78fd (diff)
moved to moonfly color scheme
-rw-r--r--.Xresources23
-rw-r--r--.config/kitty/colors-kitty.conf39
2 files changed, 42 insertions, 20 deletions
diff --git a/.Xresources b/.Xresources
index 89acece..8ad1112 100644
--- a/.Xresources
+++ b/.Xresources
@@ -3,8 +3,27 @@ URxvt.scrollBar: flase
URxvt.font: xft:UW Ttyp0:pixelsize=14
URxvt.boldFont: xft:Uw Ttyp0:bold:pixelsize=14
-*.background: black
-*.foreground: white
+*.background: #080808
+*.foreground: #ebebeb
+*.cursor: #9e9e9e
+*.color0: #323437
+*.color1: #ff5454
+*.color2: #8cc85f
+*.color3: #e3c78a
+*.color4: #80a0ff
+*.color5: #d183e8
+*.color6: #79dac8
+*.color7: #c6c6c6
+*.color8: #949494
+*.color9: #ff5189
+*.color10: #36c692
+*.color11: #bfbf97
+*.color12: #74b2ff
+*.color13: #ae81ff
+*.color14: #85dc85
+*.color15: #dadada
+*.selection_background: #b2ceee
+*.selection_foreground: #080808
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
diff --git a/.config/kitty/colors-kitty.conf b/.config/kitty/colors-kitty.conf
index 08e8053..0ee1027 100644
--- a/.config/kitty/colors-kitty.conf
+++ b/.config/kitty/colors-kitty.conf
@@ -1,18 +1,21 @@
-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
+background #080808
+foreground #ebebeb
+cursor #9e9e9e
+color0 #323437
+color1 #ff5454
+color2 #8cc85f
+color3 #e3c78a
+color4 #80a0ff
+color5 #d183e8
+color6 #79dac8
+color7 #c6c6c6
+color8 #949494
+color9 #ff5189
+color10 #36c692
+color11 #bfbf97
+color12 #74b2ff
+color13 #ae81ff
+color14 #85dc85
+color15 #dadada
+selection_background #b2ceee
+selection_foreground #080808