From b0fed54c63a74e24684f62aebec41ae5b825537a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 27 Oct 2020 16:31:55 +0100 Subject: [PATCH] New theme for terminals --- arch-config/.Xresources | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/arch-config/.Xresources b/arch-config/.Xresources index 5effbe53..7ebddc88 100644 --- a/arch-config/.Xresources +++ b/arch-config/.Xresources @@ -1 +1,44 @@ +! ------------------------------------------------------------------------------ +! https://terminal.sexy +! ------------------------------------------------------------------------------ + + + Xcursor.theme: Breeze_Snow + +! special +*.foreground: #c5c8c6 +*.background: #141516 +*.cursorColor: #c5c8c6 + +! black +*.color0: #111112 +*.color8: #26282c + +! red +*.color1: #a54242 +*.color9: #cc6666 + +! green +*.color2: #8c9440 +*.color10: #b5bd68 + +! yellow +*.color3: #de935f +*.color11: #f0c674 + +! blue +*.color4: #5f819d +*.color12: #81a2be + +! magenta +*.color5: #85678f +*.color13: #b294bb + +! cyan +*.color6: #5e8d87 +*.color14: #8abeb7 + +! white +*.color7: #707880 +*.color15: #c5c8c6