summaryrefslogtreecommitdiffstats
path: root/themes/DarkBlue.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/DarkBlue.rasi')
-rw-r--r--themes/DarkBlue.rasi165
1 files changed, 99 insertions, 66 deletions
diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi
index f7f0357b..308225ec 100644
--- a/themes/DarkBlue.rasi
+++ b/themes/DarkBlue.rasi
@@ -1,94 +1,127 @@
-//! ------------------------------------------------------------------------------
-//! ROFI Color theme
-//! User: qball
-//! Copyright: Dave Davenport
-//! ------------------------------------------------------------------------------
-//! "Color scheme for normal row" Set from: File
* {
- spacing: 2;
- background: #00000000;
+ selected-normal-foreground: rgba ( 2, 20, 63, 100 % );
+ foreground: rgba ( 219, 223, 188, 100 % );
+ normal-foreground: @foreground;
+ alternate-normal-background: rgba ( 0, 0, 0, 0 % );
+ red: rgba ( 220, 50, 47, 100 % );
+ selected-urgent-foreground: rgba ( 2, 20, 63, 100 % );
+ blue: rgba ( 38, 139, 210, 100 % );
+ urgent-foreground: rgba ( 255, 129, 255, 100 % );
+ alternate-urgent-background: rgba ( 0, 0, 0, 0 % );
+ active-foreground: rgba ( 138, 196, 255, 100 % );
+ lightbg: rgba ( 238, 232, 213, 100 % );
+ selected-active-foreground: rgba ( 2, 20, 63, 100 % );
+ alternate-active-background: rgba ( 0, 0, 0, 0 % );
+ background: rgba ( 0, 0, 33, 87 % );
+ bordercolor: rgba ( 219, 223, 188, 100 % );
+ alternate-normal-foreground: @foreground;
+ normal-background: rgba ( 0, 0, 208, 0 % );
+ lightfg: rgba ( 88, 104, 117, 100 % );
+ selected-normal-background: rgba ( 219, 223, 188, 100 % );
+ border-color: @foreground;
+ spacing: 2;
+ separatorcolor: rgba ( 219, 223, 188, 100 % );
+ urgent-background: rgba ( 0, 0, 208, 0 % );
+ selected-urgent-background: rgba ( 255, 129, 127, 100 % );
+ alternate-urgent-foreground: @urgent-foreground;
+ background-color: rgba ( 0, 0, 0, 0 % );
+ alternate-active-foreground: @active-foreground;
+ active-background: rgba ( 0, 0, 208, 0 % );
+ selected-active-background: rgba ( 138, 196, 255, 100 % );
}
#window {
- border: 2;
- foreground: #DBDFBCFF;
- padding: 5;
- background: #000021DD;
+ background-color: @background;
+ border: 1;
+ padding: 5;
}
-#window.mainbox {
+#mainbox {
border: 0;
padding: 0;
}
-#window.mainbox.message.box {
- border: 2px 0px 0px ;
- padding: 2px 0px 0px ;
+#message {
+ border: 2px 0px 0px ;
+ border-color: @separatorcolor;
+ padding: 1px ;
}
-#window.mainbox.message.normal {
- foreground: #DBDFBCFF;
- background: #00000000;
+#textbox {
+ text-color: @foreground;
}
-#window.mainbox.listview {
- fixed-height: 1;
+#listview {
+ fixed-height: 0;
border: 2px 0px 0px ;
- columns: 1;
+ border-color: @separatorcolor;
+ spacing: 2px ;
+ scrollbar: true;
padding: 2px 0px 0px ;
}
-#window.mainbox.listview.element {
- border: 0;
+#element {
+ border: 0;
+ padding: 1px ;
}
-#window.mainbox.listview.element.normal.normal {
- foreground: #DBDFBCFF;
- background: #00000000;
+#element.normal.normal {
+ background-color: @normal-background;
+ text-color: @normal-foreground;
}
-#window.mainbox.listview.element.normal.urgent {
- foreground: #FF81FFFF;
- background: #00000000;
+#element.normal.urgent {
+ background-color: @urgent-background;
+ text-color: @urgent-foreground;
}
-#window.mainbox.listview.element.normal.active {
- foreground: #8AC4FFFF;
- background: #00000000;
+#element.normal.active {
+ background-color: @active-background;
+ text-color: @active-foreground;
}
-#window.mainbox.listview.element.selected.normal {
- foreground: #02143FFF;
- background: #DBDFBCFF;
+#element.selected.normal {
+ background-color: @selected-normal-background;
+ text-color: @selected-normal-foreground;
}
-#window.mainbox.listview.element.selected.urgent {
- foreground: #02143FFF;
- background: #FF817FFF;
+#element.selected.urgent {
+ background-color: @selected-urgent-background;
+ text-color: @selected-urgent-foreground;
}
-#window.mainbox.listview.element.selected.active {
- foreground: #02143FFF;
- background: #8AC4FFFF;
+#element.selected.active {
+ background-color: @selected-active-background;
+ text-color: @selected-active-foreground;
}
-#window.mainbox.listview.element.alternate.normal {
- foreground: #DBDFBCFF;
- background: #00000000;
+#element.alternate.normal {
+ background-color: @alternate-normal-background;
+ text-color: @alternate-normal-foreground;
}
-#window.mainbox.listview.element.alternate.urgent {
- foreground: #FF81FFFF;
- background: #00000000;
+#element.alternate.urgent {
+ background-color: @alternate-urgent-background;
+ text-color: @alternate-urgent-foreground;
}
-#window.mainbox.listview.element.alternate.active {
- foreground: #8AC4FFFF;
- background: #00000000;
+#element.alternate.active {
+ background-color: @alternate-active-background;
+ text-color: @alternate-active-foreground;
}
-#window.mainbox.listview.scrollbar {
- border: 0;
- padding: 0;
+#scrollbar {
+ width: 4px ;
+ border: 0;
+ handle-width: 8px ;
+ padding: 0;
+}
+#sidebar {
+ border: 2px 0px 0px ;
+ border-color: @separatorcolor;
}
-#window.mainbox.sidebar.box {
- border: 2px 0px 0px ;
+#button.selected {
+ background-color: @selected-normal-background;
+ text-color: @selected-normal-foreground;
}
-#window.mainbox.sidebar.button selected{
- border: 2px 0px 0px ;
- foreground: #02143FFF;
- background: #DBDFBCFF;
+#inputbar {
+ spacing: 0;
+ text-color: @normal-foreground;
+ padding: 1px ;
}
-#window.mainbox.inputbar {
- spacing: 0;
+#case-indicator {
+ spacing: 0;
+ text-color: @normal-foreground;
}
-#window.mainbox.inputbar.box {
+#entry {
+ spacing: 0;
+ text-color: @normal-foreground;
}
-#window.mainbox.inputbar.normal {
- foreground: #DBDFBCFF;
- background: #00000000;
+#prompt {
+ spacing: 0;
+ text-color: @normal-foreground;
}