diff options
Diffstat (limited to 'Common/rofi/applets/styles/material-light/light_green.rasi')
-rw-r--r-- | Common/rofi/applets/styles/material-light/light_green.rasi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Common/rofi/applets/styles/material-light/light_green.rasi b/Common/rofi/applets/styles/material-light/light_green.rasi new file mode 100644 index 0000000..0e33cef --- /dev/null +++ b/Common/rofi/applets/styles/material-light/light_green.rasi @@ -0,0 +1,8 @@ +* { + accent: #558b2f; + background: #f5f5f5; + background-light: #e0e0e0; + foreground: #424242; + on: #66bb6a; + off: #ef5350; +} |