From 52bef4c19d5140c74c928640b57a4a8995898c22 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 25 Apr 2022 11:03:35 +0200 Subject: [PATCH] More consitent settings for blue. --- _desktop/kitty/kitty.conf | 2 +- _suckless/st/config.h | 2 +- colors.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_desktop/kitty/kitty.conf b/_desktop/kitty/kitty.conf index 4585363..4e7d7cb 100644 --- a/_desktop/kitty/kitty.conf +++ b/_desktop/kitty/kitty.conf @@ -40,7 +40,7 @@ color0 #161616 color1 #fd4285 color2 #a6e22d color3 #e5da72 -color4 #0094d8 +color4 #005577 color5 #9a37ff color6 #50b6d8 color7 #c7c7c7 diff --git a/_suckless/st/config.h b/_suckless/st/config.h index 727ed2f..dc6926f 100644 --- a/_suckless/st/config.h +++ b/_suckless/st/config.h @@ -100,7 +100,7 @@ static const char *colorname[] = { "#fd4285", "#a6e22d", "#e5da72", - "#0094d8", + "#005577", "#9a37ff", "#50b6d8", "#c7c7c7", diff --git a/colors.txt b/colors.txt index fb5ae33..bfffcac 100644 --- a/colors.txt +++ b/colors.txt @@ -10,7 +10,7 @@ color0: black: #161616 color1: red: #fd4285 color2: green: #a6e22d color3: yellow: #e5da72 -color4: blue: #0094d8 +color4: blue: #005577 color5: magenta: #9a37ff color6: cyan: #50b6d8 color7: white: #c7c7c7