summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-08-23 18:01:30 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-08-23 18:01:30 +0200
commit3a1ae2feb26fe814dceb55c8df7d6222558eee86 (patch)
treece53117e254bdc364fdb5d057e6040d07599688f
parent4b29b7a9e770633d99e2ae0f45f624c0bf3fb8c9 (diff)
rofi: added missing colour
-rw-r--r--.config/rofi/themes/onedark.rasi1
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 % );