From 2c8585082adf4e63141400c1e21c55e34e6e5178 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 21 May 2022 11:27:45 -0700 Subject: [kitty] Add bright colors to configuration --- kitty/.config/kitty/kitty.conf | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'kitty') diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index ecab871..7015595 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -404,8 +404,8 @@ background #222424 #: How much to dim text that has the DIM/FAINT attribute set. One #: means no dimming and zero means fully dimmed (i.e. invisible). -selection_foreground #bfbfbf -selection_background #1f2c3f +selection_foreground #222424 +selection_background #7126a3f0f01f #: The foreground and background for text selected with the mouse @@ -419,33 +419,33 @@ color8 #3d3d3d #: black -color1 #3f1a1a -color9 #da9d9d +color1 #ca3c828e828e +color9 #f01f71267126 #: red -color2 #65a854 -color10 #a9d39e +color2 #90e4ca3c828e +color10 #8a8bf01f7126 #: green -color3 #8d995c -color11 #c2ca9e +color3 #bbe6ca3c828e +color11 #d6baf01f7126 #: yellow -color4 #5476a8 -color12 #a2b8d8 +color4 #828e9f3aca3c +color12 #7126a3f0f01f #: blue -color5 #9754a8 -color13 #d0a8da +color5 #bbe6828eca3c +color13 #d6ba7126f01f #: magenta -color6 #54a8a8 -color14 #abdddd +color6 #828eca3cca3c +color14 #7126f01ff01f #: cyan -- cgit v1.2.3-54-g00ecf