summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/Xresources36
-rw-r--r--.config/foot/foot.ini27
2 files changed, 63 insertions, 0 deletions
diff --git a/.config/Xresources b/.config/Xresources
new file mode 100644
index 0000000..5f9d9ce
--- /dev/null
+++ b/.config/Xresources
@@ -0,0 +1,36 @@
+! special
+*.foreground: #eceadd
+*.background: #181921
+*.cursorColor: #eceadd
+
+! black
+*.color0: #090618
+*.color8: #413e53
+
+! red
+*.color1: #e32929
+*.color9: #d94545
+
+! green
+*.color2: #bdcc27
+*.color10: #bac455
+
+! yellow
+*.color3: #ff920d
+*.color11: #e59e46
+
+! blue
+*.color4: #1984db
+*.color12: #5a9dd4
+
+! magenta
+*.color5: #af18db
+*.color13: #ba5ac9
+
+! cyan
+*.color6: #55c8b9
+*.color14: #61b5aa
+
+! white
+*.color7: #9ca7b2
+*.color15: #f1f1f1
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
new file mode 100644
index 0000000..f3af0f7
--- /dev/null
+++ b/.config/foot/foot.ini
@@ -0,0 +1,27 @@
+[colors]
+foreground = eceadd
+background = 181921
+
+selection-foreground = c8c093
+selection-background = 272836
+
+regular0 = 090618
+regular1 = e32929
+regular2 = bdcc27
+regular3 = ff920d
+regular4 = 1984db
+regular5 = af18db
+regular6 = 55c8b9
+regular7 = 9ca7b2
+
+bright0 = 413e53
+bright1 = d94545
+bright2 = bac455
+bright3 = e59e46
+bright4 = 609aca
+bright5 = ba5ac9
+bright6 = 61b5aa
+bright7 = f1f1f1
+
+16 = ffa066
+17 = ff5d62
Software created with 💖