mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
themes: starlight: update to V4
This also updates the default theme in foot, as well as the documentation. Closes #1409
This commit is contained in:
parent
023a1b8da6
commit
27b4c2ac2d
5 changed files with 53 additions and 50 deletions
24
config.c
24
config.c
|
|
@ -49,22 +49,22 @@ static const size_t min_csd_border_width = 5;
|
|||
static const uint32_t default_color_table[256] = {
|
||||
// Regular
|
||||
0x242424,
|
||||
0xcf1745,
|
||||
0x3ecf5b,
|
||||
0xcfcf17,
|
||||
0x0ba6da,
|
||||
0xd926ac,
|
||||
0x17cfa1,
|
||||
0xf62b5a,
|
||||
0x47b413,
|
||||
0xe3c401,
|
||||
0x24acd4,
|
||||
0xf2affd,
|
||||
0x13c299,
|
||||
0xe6e6e6,
|
||||
|
||||
// Bright
|
||||
0x616161,
|
||||
0xff1a53,
|
||||
0x17e640,
|
||||
0xecff1a,
|
||||
0x1ac6ff,
|
||||
0xf53dc7,
|
||||
0x1affc6,
|
||||
0xff4d51,
|
||||
0x35d450,
|
||||
0xe9e836,
|
||||
0x5dc5f8,
|
||||
0xfeabf2,
|
||||
0x24dfc4,
|
||||
0xffffff,
|
||||
|
||||
// 6x6x6 RGB cube
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue