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