Merge pull request #21 from iseurie/master

fix typo
This commit is contained in:
streetturtle 2017-10-12 19:57:58 -04:00 committed by GitHub
commit 047c670cc6
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Widget uses following beautiful variables with values:
```lua ```lua
theme.widget_main_color = "#74aeab" theme.widget_main_color = "#74aeab"
theme.widget_red = "#e53935" theme.widget_red = "#e53935"
theme.widget_yelow = "#c0ca33" theme.widget_yellow = "#c0ca33"
theme.widget_green = "#43a047" theme.widget_green = "#43a047"
theme.widget_black = "#000000" theme.widget_black = "#000000"
theme.widget_transparent = "#00000000" theme.widget_transparent = "#00000000"