Browse Source

Colorscheme change

master
= 4 years ago
parent
commit
48a6cdcba4
3 changed files with 16 additions and 20 deletions
  1. +16
    -20
      config.h
  2. BIN
      st
  3. BIN
      x.o

+ 16
- 20
config.h View File

@@ -98,26 +98,22 @@ float alpha = 0.5, alphaUnfocused = 0.3;


/* Terminal colors (16 first used in escape sequence) */ /* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = { static const char *colorname[] = {
/* 8 normal colors */ "#263238", /* base00 */
"black", "#f07178", /* base08 */
"red3", "#c3e88d", /* base0B */
"green3", "#ffcb6b", /* base0A */
"yellow3", "#82aaff", /* base0D */
"blue2", "#c792ea", /* base0E */
"magenta3", "#89ddff", /* base0C */
"cyan3", "#eeffff", /* base05 */
"gray90", "#546e7a", /* base03 */

"#f78c6c", /* base09 */
/* 8 bright colors */ "#2e3c43", /* base01 */
"gray50", "#314549", /* base02 */
"red", "#b2ccd6", /* base04 */
"green", "#eeffff", /* base06 */
"yellow", "#ff5370", /* base0F */
"#5c5cff", "#ffffff", /* base07 */
"magenta",
"cyan",
"white",

[255] = 0, [255] = 0,


/* more colors can be added after 255 to use with DefaultXX */ /* more colors can be added after 255 to use with DefaultXX */


BIN
st View File


BIN
x.o View File


||||||
x
 
000:0
Loading…
Cancel
Save