diff --git a/_suckless/st/config.h b/_suckless/st/config.h index 0e37ae3..a0a83d8 100644 --- a/_suckless/st/config.h +++ b/_suckless/st/config.h @@ -96,7 +96,7 @@ unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { - "#161616", + "#272822", "#fd4285", "#a6e22d", "#e5da72", @@ -119,7 +119,7 @@ static const char *colorname[] = { "#272822", /* 256 -> background */ "#c7c7c7", /* 257 -> foreground */ "#c7c7c7", /* 258 -> cursor */ - "#161616", /* 259 -> cursor text */ + "#272822", /* 259 -> cursor text */ }; diff --git a/colors.txt b/colors.txt index d7f0109..abe50c1 100644 --- a/colors.txt +++ b/colors.txt @@ -6,7 +6,7 @@ cursor text: #feffff selection: #c1ddff selection text: #000000 -color0: black: #161616 +color0: black: #272822 // #161616 color1: red: #fd4285 color2: green: #a6e22d color3: yellow: #e5da72