Skip to content

Commit

Permalink
colorscheme final
Browse files Browse the repository at this point in the history
  • Loading branch information
zexk committed Dec 3, 2024
1 parent 00e9dcd commit c224222
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */
[0] = "#261d37", /* black */
[1] = "#5b4c7d", /* red */
[2] = "#7a69a0", /* green */
[3] = "#9887be", /* yellow */
[4] = "#b6a7d6", /* blue */
[5] = "#d3c8ea", /* magenta */
[6] = "#c9929a", /* cyan */
[7] = "#ba9e80", /* white */
[0] = "#211a30", /* black */
[1] = "#3c3056", /* red */
[2] = "#4d3f6d", /* green */
[3] = "#5b4c7d", /* yellow */
[4] = "#6a598b", /* blue */
[5] = "#7f71a0", /* magenta */
[6] = "#b6a7d6", /* cyan */
[7] = "#d3c8ea", /* white */

/* 8 bright colors */
[8] = "#c9929a", /* black */
Expand All @@ -120,7 +120,6 @@ static const char *colorname[] = {
[257] = "#efeaf9", /* foreground */
};


/*
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
Expand Down

0 comments on commit c224222

Please sign in to comment.