changed color themes

This commit is contained in:
2022-02-07 14:45:50 +05:30
parent c9e27b621d
commit a1921a342b
5 changed files with 60 additions and 79 deletions

View File

@@ -54,28 +54,28 @@ diff --color -u a/config.def.h b/config.def.h
- "#555555",
-};
-
+ [0] = "#1d2021",
+ [1] = "#cc241d", /* red */
+ [2] = "#98971a", /* green */
+ [3] = "#d79921", /* yellow */
+ [4] = "#458588", /* blue */
+ [5] = "#b16286", /* magenta */
+ [6] = "#689d6a", /* cyan */
+ [7] = "#a89984", /* white */
+ [0] = "#1d1f21",
+ [1] = "#912226", /* red */
+ [2] = "#778900", /* green */
+ [3] = "#ae7b00", /* yellow */
+ [4] = "#1d2594", /* blue */
+ [5] = "#682a9b", /* magenta */
+ [6] = "#2b6651", /* cyan */
+ [7] = "#929593", /* white */
+
+ [8] = "#928374", /* black */
+ [9] = "#fb4934", /* red */
+ [10] = "#b8bb26", /* green */
+ [11] = "#fabd2f", /* yellow */
+ [12] = "#83a598", /* blue */
+ [13] = "#d3869b", /* magenta */
+ [14] = "#8ec07c", /* cyan */
+ [15] = "#ebdbb2", /* white */
+ [8] = "#969896", /* black */
+ [9] = "#cc6666", /* red */
+ [10] = "#b5bd68", /* green */
+ [11] = "#f0c674", /* yellow */
+ [12] = "#81a2be", /* blue */
+ [13] = "#b294bb", /* magenta */
+ [14] = "#8abeb7", /* cyan */
+ [15] = "#ecebec", /* white */
+
+ /* bg and fg */
+ [256] = "#1d2021",
+ [257] = "#d5c4a1",
+ [256] = "#1d1f21",
+ [257] = "#c5c8c6",
+};
/*
* Default colors (colorname index)