diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-16 23:12:33 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-16 23:12:33 +0200 |
| commit | d710aebfaf15d6ea4179bf3b146b9350ab54ace1 (patch) | |
| tree | 8b1f1d9fc4443fd37889d64c8b4dbd95e1f64c21 /st | |
| parent | docs: remove some shit that didn't work as intended (diff) | |
| download | suckless-setup-d710aebfaf15d6ea4179bf3b146b9350ab54ace1.tar.gz | |
feat: switch from Palenight theme to Rosé Pine
Diffstat (limited to 'st')
| -rw-r--r-- | st/config.def.h | 51 | ||||
| -rw-r--r-- | st/config.h | 51 |
2 files changed, 46 insertions, 56 deletions
diff --git a/st/config.def.h b/st/config.def.h index 920fe1f..438dc96 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -97,43 +97,38 @@ unsigned int tabspaces = 8; float alpha = 0.9; /* Terminal colors (16 first used in escape sequence) */ -static const char *colorname[] = { - /* 8 normal colors */ - "#676E95", - "#FF5572", - "#A9C77D", - "#FFCB6B", - "#82AAFF", - "#C792EA", - "#89DDFF", - "#FFFFFF", - - /* 8 bright colors */ - "#676E95", - "#FF5572", - "#C3E88D", - "#FFCB6B", - "#82AAFF", - "#C792EA", - "#89DDFF", - "#FFFFFF", +static const char *colorname[] = { + "#26233a", + "#eb6f92", + "#9ccfd8", + "#f6c177", + "#31748f", + "#c4a7e7", + "#ebbcba", + "#e0def4", + "#6e6a86", + "#eb6f92", + "#9ccfd8", + "#f6c177", + "#31748f", + "#c4a7e7", + "#ebbcba", + "#e0def4", [255] = 0, - /* more colors can be added after 255 to use with DefaultXX */ - [256] = "#CDD6F4", - [257] = "#1E1E2E", - [258] = "#F5E0DC", + [256] = "#191724", }; + /* * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 256; -unsigned int defaultbg = 257; -unsigned int defaultcs = 258; -static unsigned int defaultrcs = 258; +unsigned int defaultbg = 256; +unsigned int defaultfg = 7; +unsigned int defaultcs = 7; +unsigned int defaultrcs = 7; /* * Default shape of cursor diff --git a/st/config.h b/st/config.h index 920fe1f..438dc96 100644 --- a/st/config.h +++ b/st/config.h @@ -97,43 +97,38 @@ unsigned int tabspaces = 8; float alpha = 0.9; /* Terminal colors (16 first used in escape sequence) */ -static const char *colorname[] = { - /* 8 normal colors */ - "#676E95", - "#FF5572", - "#A9C77D", - "#FFCB6B", - "#82AAFF", - "#C792EA", - "#89DDFF", - "#FFFFFF", - - /* 8 bright colors */ - "#676E95", - "#FF5572", - "#C3E88D", - "#FFCB6B", - "#82AAFF", - "#C792EA", - "#89DDFF", - "#FFFFFF", +static const char *colorname[] = { + "#26233a", + "#eb6f92", + "#9ccfd8", + "#f6c177", + "#31748f", + "#c4a7e7", + "#ebbcba", + "#e0def4", + "#6e6a86", + "#eb6f92", + "#9ccfd8", + "#f6c177", + "#31748f", + "#c4a7e7", + "#ebbcba", + "#e0def4", [255] = 0, - /* more colors can be added after 255 to use with DefaultXX */ - [256] = "#CDD6F4", - [257] = "#1E1E2E", - [258] = "#F5E0DC", + [256] = "#191724", }; + /* * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 256; -unsigned int defaultbg = 257; -unsigned int defaultcs = 258; -static unsigned int defaultrcs = 258; +unsigned int defaultbg = 256; +unsigned int defaultfg = 7; +unsigned int defaultcs = 7; +unsigned int defaultrcs = 7; /* * Default shape of cursor |
