summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-19 19:28:41 +0000
committerstkhan <personal@slickd.xyz>2022-05-19 19:28:41 +0000
commit1b1e0830abbf11284e5eca032b4111466be8ad0d (patch)
tree36b47ac58bb05dc435d275511477e7553c058003
parent8fdc656707fa657b01e6cb397c2b8227ea421bbf (diff)
Theme files now have support for tabbed
-rw-r--r--tabbed/config.h5
-rw-r--r--theme/blue/colors.h8
-rw-r--r--theme/blue_wave/colors.h8
-rw-r--r--theme/bridge/colors.h8
-rw-r--r--theme/dracula/colors.h9
-rw-r--r--theme/forest/colors.h7
-rw-r--r--theme/green/colors.h7
-rw-r--r--theme/lake/colors.h7
-rw-r--r--theme/landscape/colors.h7
-rw-r--r--theme/nature1/colors.h7
-rw-r--r--theme/nature2/colors.h8
-rw-r--r--theme/purple/colors.h7
-rw-r--r--theme/purple_mountain/colors.h7
-rw-r--r--theme/red/colors.h7
-rw-r--r--theme/snowleopard/colors.h7
-rw-r--r--theme/space1/colors.h7
16 files changed, 111 insertions, 5 deletions
diff --git a/tabbed/config.h b/tabbed/config.h
index c0b980e..107b526 100644
--- a/tabbed/config.h
+++ b/tabbed/config.h
@@ -1,12 +1,9 @@
+#include "../colors.h"
/* See LICENSE file for copyright and license details. */
/* appearance */
/*static const char font[] = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; */
static const char font[] = "Source Code Pro:size=9";
-static const char* normbgcolor = "#222222";
-static const char* normfgcolor = "#cccccc";
-static const char* selbgcolor = "#080466";
-static const char* selfgcolor = "#ffffff";
static const char before[] = "<";
static const char after[] = ">";
static const int tabwidth = 200;
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";