summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-13 18:36:29 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-28 16:33:30 +0200
commitde018294e49a2826b6f33dc2069b8bba448ec516 (patch)
tree889bc170820beb43d10e09b8c2cfba9fa4025277 /docs
parent6dd3b0bb4fca4a25bfd0d2c73582c6d06741abd2 (diff)
conf/themes: make notifications bg default color instead of red
Diffstat (limited to 'docs')
-rw-r--r--docs/samples/themes/orca.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/samples/themes/orca.toml b/docs/samples/themes/orca.toml
index 7f5aab42..82c707ec 100644
--- a/docs/samples/themes/orca.toml
+++ b/docs/samples/themes/orca.toml
@@ -51,7 +51,7 @@ color_aliases = { "neon_green" = "#6ef9d4", "darkgrey" = "#4a4a4a", "neon_purp
"pager.highlight_search" = { fg = "White", bg = "Teal", attrs = "Bold" }
"pager.highlight_search_current" = { fg = "White", bg = "NavyBlue", attrs = "Bold" }
"status.bar" = { fg = "White", bg = "Black", attrs = "theme_default" }
-"status.notification" = { fg = "Plum1", bg = "DarkRed", attrs = "theme_default" }
+"status.notification" = { fg = "Plum1", bg = "theme_default", attrs = "theme_default" }
"tab.bar" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
"tab.focused" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
"tab.unfocused" = { fg = "$darkgrey", bg = "Black", attrs = "theme_default" }