Skip to content

Commit

Permalink
fix theme.fg_widget (issue #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdy committed Nov 12, 2013
1 parent edfd58d commit 23945dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/dust/theme.lua
Expand Up @@ -31,12 +31,12 @@ theme.fg_focus = "#111111"
theme.fg_urgent = "#ffffff"
theme.fg_tooltip = "#1a1a1a"
theme.fg_em = "#d6d6d6"
theme.fg_widget = theme.bg_focus
theme.fg_widget = "#908884"
theme.fg_center_widget = "#636363"
theme.fg_end_widget = theme.fg_tooltip

theme.bg_normal = theme.fg_tooltip
theme.bg_focus = "#908884"
theme.bg_focus = theme.fg_widget
theme.bg_urgent = "#cd7171"
theme.bg_tooltip = theme.fg_em
theme.bg_em = "#5a5a5a"
Expand Down

0 comments on commit 23945dd

Please sign in to comment.