diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-19 19:28:41 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-19 19:28:41 +0000 |
| commit | 1b1e0830abbf11284e5eca032b4111466be8ad0d (patch) | |
| tree | 36b47ac58bb05dc435d275511477e7553c058003 /theme | |
| parent | 8fdc656707fa657b01e6cb397c2b8227ea421bbf (diff) | |
Theme files now have support for tabbed
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/blue/colors.h | 8 | ||||
| -rw-r--r-- | theme/blue_wave/colors.h | 8 | ||||
| -rw-r--r-- | theme/bridge/colors.h | 8 | ||||
| -rw-r--r-- | theme/dracula/colors.h | 9 | ||||
| -rw-r--r-- | theme/forest/colors.h | 7 | ||||
| -rw-r--r-- | theme/green/colors.h | 7 | ||||
| -rw-r--r-- | theme/lake/colors.h | 7 | ||||
| -rw-r--r-- | theme/landscape/colors.h | 7 | ||||
| -rw-r--r-- | theme/nature1/colors.h | 7 | ||||
| -rw-r--r-- | theme/nature2/colors.h | 8 | ||||
| -rw-r--r-- | theme/purple/colors.h | 7 | ||||
| -rw-r--r-- | theme/purple_mountain/colors.h | 7 | ||||
| -rw-r--r-- | theme/red/colors.h | 7 | ||||
| -rw-r--r-- | theme/snowleopard/colors.h | 7 | ||||
| -rw-r--r-- | theme/space1/colors.h | 7 |
15 files changed, 110 insertions, 1 deletions
diff --git a/theme/blue/colors.h b/theme/blue/colors.h index 648208b..e920b62 100644 --- a/theme/blue/colors.h +++ b/theme/blue/colors.h @@ -49,3 +49,11 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#0a0063"; +static const char* selfgcolor = "#ffffff"; + diff --git a/theme/blue_wave/colors.h b/theme/blue_wave/colors.h index 5ed1f78..3b05597 100644 --- a/theme/blue_wave/colors.h +++ b/theme/blue_wave/colors.h @@ -48,3 +48,11 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#001D7B"; +static const char* selfgcolor = "#ffffff"; + diff --git a/theme/bridge/colors.h b/theme/bridge/colors.h index a2067db..0cbdbe1 100644 --- a/theme/bridge/colors.h +++ b/theme/bridge/colors.h @@ -48,3 +48,11 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#0A2986"; +static const char* selfgcolor = "#ffffff"; + diff --git a/theme/dracula/colors.h b/theme/dracula/colors.h index f7353de..9acffac 100644 --- a/theme/dracula/colors.h +++ b/theme/dracula/colors.h @@ -49,5 +49,12 @@ static const char *colorname[] = { "#282a36", /* 258 -> bg */ "#f8f8f2", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#6272a4"; +static const char* selfgcolor = "#ffffff"; + - diff --git a/theme/forest/colors.h b/theme/forest/colors.h index 7bd6cdf..7a2d3c5 100644 --- a/theme/forest/colors.h +++ b/theme/forest/colors.h @@ -48,3 +48,10 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#7F8071"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/green/colors.h b/theme/green/colors.h index 1c182f6..a9cd260 100644 --- a/theme/green/colors.h +++ b/theme/green/colors.h @@ -48,3 +48,10 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#00731f"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/lake/colors.h b/theme/lake/colors.h index 2a89d87..f670a75 100644 --- a/theme/lake/colors.h +++ b/theme/lake/colors.h @@ -48,3 +48,10 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#5f605e"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/landscape/colors.h b/theme/landscape/colors.h index 4b3fea2..589ecdc 100644 --- a/theme/landscape/colors.h +++ b/theme/landscape/colors.h @@ -48,3 +48,10 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#0073A0"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/nature1/colors.h b/theme/nature1/colors.h index 89655f9..f92a0f5 100644 --- a/theme/nature1/colors.h +++ b/theme/nature1/colors.h @@ -48,3 +48,10 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#b09231"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/nature2/colors.h b/theme/nature2/colors.h index 742853d..06b60b2 100644 --- a/theme/nature2/colors.h +++ b/theme/nature2/colors.h @@ -48,3 +48,11 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; + +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#5B6B65"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/purple/colors.h b/theme/purple/colors.h index c2e1c75..35d12a8 100644 --- a/theme/purple/colors.h +++ b/theme/purple/colors.h @@ -49,3 +49,10 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#8c0180"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/purple_mountain/colors.h b/theme/purple_mountain/colors.h index 5f4f2b2..44ada9b 100644 --- a/theme/purple_mountain/colors.h +++ b/theme/purple_mountain/colors.h @@ -38,3 +38,10 @@ static const char *colorname[] = { "#000000", /* background */ "#cfcfcf", /* foreground */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#4B4E74"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/red/colors.h b/theme/red/colors.h index e46a25c..7a1116b 100644 --- a/theme/red/colors.h +++ b/theme/red/colors.h @@ -48,3 +48,10 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#bf0d00"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/snowleopard/colors.h b/theme/snowleopard/colors.h index c1cb087..d5aa2f5 100644 --- a/theme/snowleopard/colors.h +++ b/theme/snowleopard/colors.h @@ -48,3 +48,10 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#CD63C8"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/space1/colors.h b/theme/space1/colors.h index d8e4457..19b1b01 100644 --- a/theme/space1/colors.h +++ b/theme/space1/colors.h @@ -48,3 +48,10 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#315FA1"; +static const char* selfgcolor = "#ffffff"; |