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