diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-23 18:01:30 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-23 18:01:30 +0200 |
commit | 3a1ae2feb26fe814dceb55c8df7d6222558eee86 (patch) | |
tree | ce53117e254bdc364fdb5d057e6040d07599688f /.config/rofi/themes | |
parent | 4b29b7a9e770633d99e2ae0f45f624c0bf3fb8c9 (diff) |
rofi: added missing colour
Diffstat (limited to '.config/rofi/themes')
-rw-r--r-- | .config/rofi/themes/onedark.rasi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/rofi/themes/onedark.rasi b/.config/rofi/themes/onedark.rasi index 11d3ad9..47a8657 100644 --- a/.config/rofi/themes/onedark.rasi +++ b/.config/rofi/themes/onedark.rasi @@ -1,5 +1,6 @@ * { red: rgba ( 235, 110, 103, 100 % ); + purple: rgba ( 203, 166, 247, 100 % ); text: rgba ( 223, 223, 223, 100 % ); spacing: 0; green: rgba ( 149, 238, 143, 100 % ); |