Zsh und neue waybar hinzugefügt
This commit is contained in:
+19
-19
@@ -1,29 +1,29 @@
|
||||
const char *colorname[] = {
|
||||
|
||||
/* 8 normal colors */
|
||||
[0] = "#0f0d16", /* black */
|
||||
[1] = "#98364A", /* red */
|
||||
[2] = "#C6394B", /* green */
|
||||
[3] = "#A84859", /* yellow */
|
||||
[4] = "#DE5F67", /* blue */
|
||||
[5] = "#F3877C", /* magenta */
|
||||
[6] = "#DA7C82", /* cyan */
|
||||
[7] = "#f1c3bf", /* white */
|
||||
[0] = "#101725", /* black */
|
||||
[1] = "#4C4D4F", /* red */
|
||||
[2] = "#6C6A5F", /* green */
|
||||
[3] = "#C15E59", /* yellow */
|
||||
[4] = "#6F8F70", /* blue */
|
||||
[5] = "#979274", /* magenta */
|
||||
[6] = "#DC9548", /* cyan */
|
||||
[7] = "#c3c5c8", /* white */
|
||||
|
||||
/* 8 bright colors */
|
||||
[8] = "#a88885", /* black */
|
||||
[9] = "#98364A", /* red */
|
||||
[10] = "#C6394B", /* green */
|
||||
[11] = "#A84859", /* yellow */
|
||||
[12] = "#DE5F67", /* blue */
|
||||
[13] = "#F3877C", /* magenta */
|
||||
[14] = "#DA7C82", /* cyan */
|
||||
[15] = "#f1c3bf", /* white */
|
||||
[8] = "#5f6674", /* black */
|
||||
[9] = "#4C4D4F", /* red */
|
||||
[10] = "#6C6A5F", /* green */
|
||||
[11] = "#C15E59", /* yellow */
|
||||
[12] = "#6F8F70", /* blue */
|
||||
[13] = "#979274", /* magenta */
|
||||
[14] = "#DC9548", /* cyan */
|
||||
[15] = "#c3c5c8", /* white */
|
||||
|
||||
/* special colors */
|
||||
[256] = "#0f0d16", /* background */
|
||||
[257] = "#f1c3bf", /* foreground */
|
||||
[258] = "#f1c3bf", /* cursor */
|
||||
[256] = "#101725", /* background */
|
||||
[257] = "#c3c5c8", /* foreground */
|
||||
[258] = "#c3c5c8", /* cursor */
|
||||
};
|
||||
|
||||
/* Default colors (colorname index)
|
||||
|
||||
Reference in New Issue
Block a user