From 8555dbc59237d255279cdf8f3fec43a2fc4e1e9f Mon Sep 17 00:00:00 2001 From: ktyl Date: Tue, 17 Aug 2021 00:23:27 +0100 Subject: [PATCH] colors --- .config/kitty/colors-kitty.conf | 38 ++++++++++++++--------------- .config/rofi/colors-rofi-dark.rasi | 14 +++++------ .config/rofi/colors-rofi-light.rasi | 14 +++++------ 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.config/kitty/colors-kitty.conf b/.config/kitty/colors-kitty.conf index 4d144f0..8f9dcea 100644 --- a/.config/kitty/colors-kitty.conf +++ b/.config/kitty/colors-kitty.conf @@ -1,20 +1,20 @@ -foreground #f1e5de -background #19130e -cursor #f1e5de +foreground #c7deea +background #26263b +cursor #c7deea -color0 #19130e -color8 #a8a09b -color1 #EF4A6C -color9 #EF4A6C -color2 #D4AC63 -color10 #D4AC63 -color3 #F6C663 -color11 #F6C663 -color4 #F5D76E -color12 #F5D76E -color5 #C36B8A -color13 #C36B8A -color6 #CDC3BD -color14 #CDC3BD -color7 #f1e5de -color15 #f1e5de +color0 #26263b +color8 #8b9ba3 +color1 #CAB6B8 +color9 #CAB6B8 +color2 #8E95C3 +color10 #8E95C3 +color3 #A29BC2 +color11 #A29BC2 +color4 #95AEDA +color12 #95AEDA +color5 #AEACCF +color13 #AEACCF +color6 #CAB8D6 +color14 #CAB8D6 +color7 #c7deea +color15 #c7deea diff --git a/.config/rofi/colors-rofi-dark.rasi b/.config/rofi/colors-rofi-dark.rasi index cab2ba2..1492d3a 100644 --- a/.config/rofi/colors-rofi-dark.rasi +++ b/.config/rofi/colors-rofi-dark.rasi @@ -1,9 +1,9 @@ * { - active-background: #D4AC63; + active-background: #8E95C3; active-foreground: @foreground; normal-background: @background; normal-foreground: @foreground; - urgent-background: #EF4A6C; + urgent-background: #CAB6B8; urgent-foreground: @foreground; alternate-active-background: @background; @@ -13,16 +13,16 @@ alternate-urgent-background: @background; alternate-urgent-foreground: @foreground; - selected-active-background: #EF4A6C; + selected-active-background: #CAB6B8; selected-active-foreground: @foreground; - selected-normal-background: #D4AC63; + selected-normal-background: #8E95C3; selected-normal-foreground: @foreground; - selected-urgent-background: #F6C663; + selected-urgent-background: #A29BC2; selected-urgent-foreground: @foreground; background-color: @background; - background: #19130e; - foreground: #f1e5de; + background: #26263b; + foreground: #c7deea; border-color: @background; spacing: 2; } diff --git a/.config/rofi/colors-rofi-light.rasi b/.config/rofi/colors-rofi-light.rasi index cec2cd9..2c77f9b 100644 --- a/.config/rofi/colors-rofi-light.rasi +++ b/.config/rofi/colors-rofi-light.rasi @@ -1,9 +1,9 @@ * { - active-background: #D4AC63; + active-background: #8E95C3; active-foreground: @foreground; normal-background: @background; normal-foreground: @foreground; - urgent-background: #EF4A6C; + urgent-background: #CAB6B8; urgent-foreground: @foreground; alternate-active-background: @background; @@ -13,16 +13,16 @@ alternate-urgent-background: @background; alternate-urgent-foreground: @foreground; - selected-active-background: #EF4A6C; + selected-active-background: #CAB6B8; selected-active-foreground: @foreground; - selected-normal-background: #D4AC63; + selected-normal-background: #8E95C3; selected-normal-foreground: @foreground; - selected-urgent-background: #F6C663; + selected-urgent-background: #A29BC2; selected-urgent-foreground: @foreground; background-color: @background; - background: #f1e5de; - foreground: #19130e; + background: #c7deea; + foreground: #26263b; border-color: @background; spacing: 2; }