diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
commit | 72efe134f645a5212f875c153dd8db4a64cbe968 (patch) | |
tree | d23229285071bf381515657b94919852ebf426c9 /Common/rofi/applets/styles/material-light | |
parent | e33d5f8d10d34e5a3a4bb292015961dd574f4c93 (diff) | |
download | dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.tar.gz dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.zip |
changes
Diffstat (limited to 'Common/rofi/applets/styles/material-light')
19 files changed, 0 insertions, 152 deletions
diff --git a/Common/rofi/applets/styles/material-light/amber.rasi b/Common/rofi/applets/styles/material-light/amber.rasi deleted file mode 100644 index c02ae2a..0000000 --- a/Common/rofi/applets/styles/material-light/amber.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #ff8f00; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/blue.rasi b/Common/rofi/applets/styles/material-light/blue.rasi deleted file mode 100644 index 780663e..0000000 --- a/Common/rofi/applets/styles/material-light/blue.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #1565c0; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/blue_grey.rasi b/Common/rofi/applets/styles/material-light/blue_grey.rasi deleted file mode 100644 index 8e15a53..0000000 --- a/Common/rofi/applets/styles/material-light/blue_grey.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #607d8b; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/brown.rasi b/Common/rofi/applets/styles/material-light/brown.rasi deleted file mode 100644 index 3f7d39f..0000000 --- a/Common/rofi/applets/styles/material-light/brown.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #795548; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/cyan.rasi b/Common/rofi/applets/styles/material-light/cyan.rasi deleted file mode 100644 index d879af0..0000000 --- a/Common/rofi/applets/styles/material-light/cyan.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #00acc1; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/deep_orange.rasi b/Common/rofi/applets/styles/material-light/deep_orange.rasi deleted file mode 100644 index 23f5815..0000000 --- a/Common/rofi/applets/styles/material-light/deep_orange.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #f4511e; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/deep_purple.rasi b/Common/rofi/applets/styles/material-light/deep_purple.rasi deleted file mode 100644 index cc5ec7d..0000000 --- a/Common/rofi/applets/styles/material-light/deep_purple.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #5e35b1; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/green.rasi b/Common/rofi/applets/styles/material-light/green.rasi deleted file mode 100644 index f476e01..0000000 --- a/Common/rofi/applets/styles/material-light/green.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #43a047; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/grey.rasi b/Common/rofi/applets/styles/material-light/grey.rasi deleted file mode 100644 index 6936929..0000000 --- a/Common/rofi/applets/styles/material-light/grey.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #555555; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/indigo.rasi b/Common/rofi/applets/styles/material-light/indigo.rasi deleted file mode 100644 index f0508c3..0000000 --- a/Common/rofi/applets/styles/material-light/indigo.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #3949ab; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/light_blue.rasi b/Common/rofi/applets/styles/material-light/light_blue.rasi deleted file mode 100644 index a0db87a..0000000 --- a/Common/rofi/applets/styles/material-light/light_blue.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #039be5; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/light_green.rasi b/Common/rofi/applets/styles/material-light/light_green.rasi deleted file mode 100644 index 0e33cef..0000000 --- a/Common/rofi/applets/styles/material-light/light_green.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #558b2f; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/lime.rasi b/Common/rofi/applets/styles/material-light/lime.rasi deleted file mode 100644 index 044eb62..0000000 --- a/Common/rofi/applets/styles/material-light/lime.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #afb42b; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/orange.rasi b/Common/rofi/applets/styles/material-light/orange.rasi deleted file mode 100644 index 072c9e2..0000000 --- a/Common/rofi/applets/styles/material-light/orange.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #ef6c00; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/pink.rasi b/Common/rofi/applets/styles/material-light/pink.rasi deleted file mode 100644 index e17d94d..0000000 --- a/Common/rofi/applets/styles/material-light/pink.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #d81b60; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/purple.rasi b/Common/rofi/applets/styles/material-light/purple.rasi deleted file mode 100644 index fa95bb9..0000000 --- a/Common/rofi/applets/styles/material-light/purple.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #8e24aa; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/red.rasi b/Common/rofi/applets/styles/material-light/red.rasi deleted file mode 100644 index d3ebcc0..0000000 --- a/Common/rofi/applets/styles/material-light/red.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #d32f2f; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/teal.rasi b/Common/rofi/applets/styles/material-light/teal.rasi deleted file mode 100644 index b137892..0000000 --- a/Common/rofi/applets/styles/material-light/teal.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #00796b; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} diff --git a/Common/rofi/applets/styles/material-light/yellow.rasi b/Common/rofi/applets/styles/material-light/yellow.rasi deleted file mode 100644 index 8f68244..0000000 --- a/Common/rofi/applets/styles/material-light/yellow.rasi +++ /dev/null @@ -1,8 +0,0 @@ -* { - accent: #f9a825; - background: #f5f5f5; - background-light: #e0e0e0; - foreground: #424242; - on: #66bb6a; - off: #ef5350; -} |