aboutsummaryrefslogtreecommitdiff
path: root/rofi/colors/lovelace.rasi
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2023-07-25 22:53:21 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2023-07-25 22:53:21 +0200
commit9f004955033387eebf3f58aec2501fba5020f307 (patch)
tree4466723c05c8d929ddd71b83f9e077039b0711de /rofi/colors/lovelace.rasi
parent49c67cb6570511463820018af78fa9add4b881e7 (diff)
feat(rofi): customize with adi1090x/rofi
Diffstat (limited to 'rofi/colors/lovelace.rasi')
-rw-r--r--rofi/colors/lovelace.rasi16
1 files changed, 16 insertions, 0 deletions
diff --git a/rofi/colors/lovelace.rasi b/rofi/colors/lovelace.rasi
new file mode 100644
index 0000000..80140ee
--- /dev/null
+++ b/rofi/colors/lovelace.rasi
@@ -0,0 +1,16 @@
+/**
+ *
+ * Author : Aditya Shakya (adi1090x)
+ * Github : @adi1090x
+ *
+ * Colors
+ **/
+
+* {
+ background: #1D1F28FF;
+ background-alt: #282A36FF;
+ foreground: #FDFDFDFF;
+ selected: #79E6F3FF;
+ active: #5ADECDFF;
+ urgent: #F37F97FF;
+}