diff options
| -rw-r--r-- | build_schemes/colors/base16-dirtysea.config | 8 | ||||
| -rw-r--r-- | build_schemes/recolors/base16-dirtysea.config | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build_schemes/colors/base16-dirtysea.config b/build_schemes/colors/base16-dirtysea.config index 24050ec..eacf6e1 100644 --- a/build_schemes/colors/base16-dirtysea.config +++ b/build_schemes/colors/base16-dirtysea.config @@ -2,7 +2,7 @@ # Author: Kahlil (Kal) Hodgson set default-bg "#e0e0e0" -set default-fg "#eeeeee" +set default-fg "#d0dad0" set statusbar-fg "#202020" set statusbar-bg "#d0d0d0" @@ -14,15 +14,15 @@ set notification-bg "#e0e0e0" set notification-fg "#c4d9c4" set notification-error-bg "#e0e0e0" -set notification-error-fg "#000090" +set notification-error-fg "#840000" set notification-warning-bg "#e0e0e0" -set notification-warning-fg "#000090" +set notification-warning-fg "#840000" set highlight-color "#755B00" set highlight-active-color "#007300" -set completion-bg "#eeeeee" +set completion-bg "#d0dad0" set completion-fg "#007300" set completion-highlight-fg "#c4d9c4" diff --git a/build_schemes/recolors/base16-dirtysea.config b/build_schemes/recolors/base16-dirtysea.config index dd80d6c..3be48d3 100644 --- a/build_schemes/recolors/base16-dirtysea.config +++ b/build_schemes/recolors/base16-dirtysea.config @@ -2,7 +2,7 @@ # Author: Kahlil (Kal) Hodgson set default-bg "#e0e0e0" -set default-fg "#eeeeee" +set default-fg "#d0dad0" set statusbar-fg "#202020" set statusbar-bg "#d0d0d0" @@ -14,15 +14,15 @@ set notification-bg "#e0e0e0" set notification-fg "#c4d9c4" set notification-error-bg "#e0e0e0" -set notification-error-fg "#000090" +set notification-error-fg "#840000" set notification-warning-bg "#e0e0e0" -set notification-warning-fg "#000090" +set notification-warning-fg "#840000" set highlight-color "#755B00" set highlight-active-color "#007300" -set completion-bg "#eeeeee" +set completion-bg "#d0dad0" set completion-fg "#007300" set completion-highlight-fg "#c4d9c4" |
