From 35366b13a28be75c7c6e78a95cac122e383b1e40 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 17 Aug 2021 23:42:14 -0600 Subject: [PATCH] [taffybar] css tweaks --- dotfiles/config/taffybar/gotham.css | 2 +- dotfiles/config/taffybar/material.css | 9 +++++---- dotfiles/config/taffybar/taffybar.css | 4 +--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/dotfiles/config/taffybar/gotham.css b/dotfiles/config/taffybar/gotham.css index eca3686e..bc08262e 100644 --- a/dotfiles/config/taffybar/gotham.css +++ b/dotfiles/config/taffybar/gotham.css @@ -17,7 +17,7 @@ @define-color active-window-color @white; @define-color urgent-window-color @taffy-blue; -@define-color font-color @base5; +@define-color font-color @white; @define-color menu-background-color @white; @define-color menu-font-color @black; @define-color bar-background @base0; diff --git a/dotfiles/config/taffybar/material.css b/dotfiles/config/taffybar/material.css index cdd50d6d..0e8756b0 100644 --- a/dotfiles/config/taffybar/material.css +++ b/dotfiles/config/taffybar/material.css @@ -266,10 +266,11 @@ @define-color white #FFFFFF; @define-color active-window-color @white; -@define-color urgent-window-color @; -@define-color font-color @base5; +@define-color urgent-window-color @blue-grey; +@define-color font-color @white; +@define-color font-shadow-color @black; @define-color menu-background-color @white; @define-color menu-font-color @black; -@define-color bar-background @base0; +@define-color bar-background @pink-darken-4; @define-color accent @red; -@define-color menu-highlight @magenta; +@define-color menu-highlight @deep-orange; diff --git a/dotfiles/config/taffybar/taffybar.css b/dotfiles/config/taffybar/taffybar.css index 5ff55dbe..8da31007 100644 --- a/dotfiles/config/taffybar/taffybar.css +++ b/dotfiles/config/taffybar/taffybar.css @@ -10,7 +10,7 @@ font-size: 10pt; font-weight: bold; color: @font-color; - text-shadow: 2px 2px @black; + text-shadow: 1px 1px @font-shadow-color; } .taffy-box { @@ -45,11 +45,9 @@ padding-left: 2px; padding-top: 0px; font-size: 10pt; - color: @white; opacity: 1; font-weight: bold; transition: color .5s; - text-shadow: 2px 2px @black; } .contents .window-icon {