aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-black-metal-khold.rasi
diff options
<
! Base16 Solarized Light
! Author: Ethan Schoonover (modified by aramisgithub)

! base00: #fdf6e3
! base01: #eee8d5
! base02: #93a1a1
! base03: #839496
! base04: #657b83
! base05: #586e75
! base06: #073642
! base07: #002b36
! base08: #dc322f
! base09: #cb4b16
! base0A: #b58900
! base0B: #859900
! base0C: #2aa198
! base0D: #268bd2
! base0E: #6c71c4
! base0F: #d33682

! Enable the extended coloring options
rofi.color-enabled: true

! Property Name     BG       Border   Separator
rofi.color-window:  #eee8d5, #eee8d5, #fdf6e3

! Property Name     BG       FG       BG-alt   Head-BG  Head-FG
rofi.color-normal:  #eee8d5, #586e75, #eee8d5, #eee8d5, #002b36
rofi.color-active:  #eee8d5, #268bd2, #eee8d5, #eee8d5, #268bd2
rofi.color-urgent:  #eee8d5, #dc322f, #eee8d5, #eee8d5, #dc322f

! Set the desired separator style
rofi.separator-style: solid
context:
space:
mode:
s='add'>+element alternate.urgent {
+ background-color: @alternate-urgent-background;
+ text-color: @alternate-urgent-foreground;
+}
+element alternate.active {
+ background-color: @alternate-active-background;
+ text-color: @alternate-active-foreground;
+}
+scrollbar {
+ width: 4px ;
+ border: 0;
+ handle-color: @normal-foreground;
+ handle-width: 8px ;
+ padding: 0;
+}
+sidebar {
+ border: 2px dash 0px 0px ;
+ border-color: @separatorcolor;
+}
+button {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
+button selected {
+ background-color: @selected-normal-background;
+ text-color: @selected-normal-foreground;
+}
+inputbar {
+ spacing: 0px;
+ text-color: @normal-foreground;
+ padding: 1px ;
+ children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
+}
+case-indicator {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
+entry {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
+prompt {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
+textbox-prompt-colon {
+ expand: false;
+ str: ":";
+ margin: 0px 0.3000em 0.0000em 0.0000em ;
+ text-color: inherit;
+}