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