From 4fe087c59d20988192485d11990d48ba6c73aa0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Wed, 19 Apr 2023 05:19:11 +0300 Subject: Color palette update --- dotfiles/.local/bin/shtheme | 64 ++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'dotfiles/.local/bin/shtheme') diff --git a/dotfiles/.local/bin/shtheme b/dotfiles/.local/bin/shtheme index e46f1dc..361a541 100755 --- a/dotfiles/.local/bin/shtheme +++ b/dotfiles/.local/bin/shtheme @@ -626,43 +626,43 @@ exit $? # Themes start here (avoid editing by hand) ultramar-dark -0: #33333a -1: #b73030 -2: #6d974b -3: #b2872f -4: #3f6e90 -5: #9c6992 -6: #5b8277 -7: #b0afa8 -8: #676775 -9: #c45c5c -10: #92b078 -11: #e2b55a -12: #81acc1 -13: #b48ead -14: #7fac96 -15: #faf6e5 +0: #32323e +1: #b73030 +2: #6d974b +3: #b2872f +4: #3f6e90 +5: #9c6992 +6: #5b8277 +7: #ccbe99 +8: #424a4d +9: #c45c5c +10: #92b078 +11: #e2b55a +12: #81acc1 +13: #b48ead +14: #7fac96 +15: #e0d8b3 foreground: #fcf8e2 background: #151517 cursor: #ffffff ultramar-light -0: #151517 -1: #b73030 -2: #6d974b -3: #b2872f -4: #3f6e90 -5: #9c6992 -6: #5b8277 -7: #91908d -8: #33333a -9: #c45c5c -10: #92b078 -11: #e2b55a -12: #75a2b8 -13: #b48ead -14: #7fac96 -15: #b0afa8 +0: #e0d8b3 +1: #b73030 +2: #6d974b +3: #b2872f +4: #3f6e90 +5: #9c6992 +6: #5b8277 +7: #424a4d +8: #ccbe99 +9: #c45c5c +10: #92b078 +11: #e2b55a +12: #81acc1 +13: #b48ead +14: #7fac96 +15: #32323e foreground: #151517 background: #fcf8e2 cursor: #000000 -- cgit v1.2.3