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-24 21:09:48 +0200 |
commit | 2e4a966fc61021b2b03fd274f3f05012bb66740c (patch) | |
tree | 9b31f77b9dc6cb45e16de8c8a9b37af217ecf14d /.config/rofi/themes/onedark.rasi | |
parent | abbf50db3d69acf552d410fff9eb6356233a4f2f (diff) |
rofi: added missing colour
Diffstat (limited to '.config/rofi/themes/onedark.rasi')
-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 % ); |