From 5638ec649a91d1b6704dc4bd29254d78c0671637 Mon Sep 17 00:00:00 2001 From: jptrzy Date: Wed, 12 Jul 2023 13:51:39 +0200 Subject: Configs --- .config/Xresources | 36 ++++++++++++++++++++++++++++++++++++ .config/foot/foot.ini | 27 +++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 .config/Xresources create mode 100644 .config/foot/foot.ini 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 -- cgit v1.2.3