update
This commit is contained in:
parent
8aab6a0cb0
commit
041c6fe6cf
6 changed files with 171 additions and 9 deletions
|
|
@ -21,14 +21,16 @@ static const char *colorname[] = {
|
|||
[14] = "#489fd7", /* cyan */
|
||||
[15] = "#d3ccea", /* white */
|
||||
|
||||
[255] = 0,
|
||||
|
||||
/* special colors */
|
||||
[256] = "#000000", /* background */
|
||||
[257] = "#797979", /* foreground */
|
||||
[256] = "#c27dd9", /* foreground */
|
||||
[257] = "#111012", /* background */
|
||||
};
|
||||
|
||||
/*
|
||||
* Default colors (colorname index)
|
||||
* foreground, background, cursor
|
||||
* foreground, background, cursor,
|
||||
*/
|
||||
static unsigned int defaultfg = 257;
|
||||
static unsigned int defaultbg = 256;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
! special
|
||||
*.foreground: #797979
|
||||
*.background: #000000
|
||||
*.cursorColor: #797979
|
||||
*.foreground: #C27DD9
|
||||
*.background: #111012
|
||||
*.cursorColor: #3fd76f
|
||||
|
||||
! black
|
||||
*.color0: #15041a
|
||||
|
|
@ -16,8 +16,8 @@
|
|||
*.color10: #3fd76f
|
||||
|
||||
! yellow
|
||||
*.color3: #33886a
|
||||
*.color11: #4cc79c
|
||||
*.color3: #bec6a8
|
||||
*.color11: #edffbd
|
||||
|
||||
! blue
|
||||
*.color4: #583db4
|
||||
|
|
@ -33,4 +33,4 @@
|
|||
|
||||
! white
|
||||
*.color7: #a4a1ad
|
||||
*.color15: #d3ccea
|
||||
*.color15: #e7e0ff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue