aboutsummaryrefslogtreecommitdiff
path: root/parser-specs
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2021-11-04 21:41:55 +0100
committerOrestis Floros <orestisflo@gmail.com>2021-11-05 15:19:18 +0100
commitf36050b3038b5be2b24727310b09f9ebf8d71af4 (patch)
treea5d3ec6d2af3e517189ffdee10bf8d896444cecf /parser-specs
parent3c81e8ddaa5e32a35405953054b79de9a74d2470 (diff)
downloadi3-f36050b3038b5be2b24727310b09f9ebf8d71af4.tar.gz
i3-f36050b3038b5be2b24727310b09f9ebf8d71af4.zip
Add title tab color
Fixes #4575
Diffstat (limited to 'parser-specs')
-rw-r--r--parser-specs/config.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-specs/config.spec b/parser-specs/config.spec
index a52a769f..b62491ed 100644
--- a/parser-specs/config.spec
+++ b/parser-specs/config.spec
@@ -56,7 +56,7 @@ state INITIAL:
exectype = 'exec_always', 'exec' -> EXEC
colorclass = 'client.background'
-> COLOR_SINGLE
- colorclass = 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'
+ colorclass = 'client.focused_inactive', 'client.focused_tab_title', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'
-> COLOR_BORDER
# We ignore comments and 'set' lines (variables).