diff options
| author | William Hergès <william@herges.fr> | 2025-08-12 15:24:02 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-12 15:24:02 +0200 |
| commit | 81df2a9c4ab8f716e7b79d28f0c7b6acc4b6b1b8 (patch) | |
| tree | 6a3573e0b90041fb24eb6740a0d5dc9dcc631c32 /config/rofi/theme.rasi | |
| parent | 29d50556c1015a1c80c88467f358ed386163a10d (diff) | |
feat(config): rofi
Diffstat (limited to 'config/rofi/theme.rasi')
| -rw-r--r-- | config/rofi/theme.rasi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/rofi/theme.rasi b/config/rofi/theme.rasi new file mode 100644 index 0000000..7cec0c0 --- /dev/null +++ b/config/rofi/theme.rasi @@ -0,0 +1,10 @@ +* { + main-bg: #2F3E46; + main-fg: #CAD2C5; + main-br: #cba6f7ff; + main-ex: #f5e0dcff; + select-bg: #84A98C; + select-fg: #11111bff; + separatorcolor: transparent; + border-color: transparent; +} |
