mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-04 02:31:08 +02:00
changed bg and fg colors
This commit is contained in:
parent
d9fb6a4bcc
commit
a6e1cd8655
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -106,8 +106,8 @@ static const char *colorname[] = {
|
|||
"#ebdbb2",
|
||||
[255] = 0,
|
||||
/* more colors can be added after 255 to use with DefaultXX */
|
||||
"#282828", /* 256 -> bg */
|
||||
"#ebdbb2", /* 257 -> fg */
|
||||
"#14191f", /* 256 -> bg */
|
||||
"#f8f8f0", /* 257 -> fg */
|
||||
"#add8e6", /* 258 -> cursor */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue