From bb879c7e1bf30eadad59473eda5fba8b54eb4fc6 Mon Sep 17 00:00:00 2001 From: Dmitry Fedotov Date: Mon, 11 Jan 2021 02:46:29 +0300 Subject: [PATCH] Change tmux active panel color --- tmux/theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/theme.sh b/tmux/theme.sh index 7ee1c59..6a4e26d 100644 --- a/tmux/theme.sh +++ b/tmux/theme.sh @@ -12,7 +12,7 @@ base08='#AC4142' # - Variables, XML Tags, Markup Link Text, Markup Lists, Diff D base09='#D28445' # - Integers, Boolean, Constants, XML Attributes, Markup Link Url base0A='#F4BF75' # - Classes, Markup Bold, Search Text Background base0B='#90A959' # - Strings, Inherited Class, Markup Code, Diff Inserted -base0C='#75B5AA' # - Support, Regular Expressions, Escape Characters, Markup Quotes +base0C='#B38300' # - Support, Regular Expressions, Escape Characters, Markup Quotes base0D='#6A9FB5' # - Functions, Methods, Attribute IDs, Headings base0E='#AA759F' # - Keywords, Storage, Selector, Markup Italic, Diff Changed base0F='#8F5536' # - Deprecated, Opening/Closing Embedded Language Tags, e.g. -- 2.39.5