aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-solarflare.config
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base16-solarflare.config')
-rw-r--r--themes/base16-solarflare.config36
1 files changed, 18 insertions, 18 deletions
diff --git a/themes/base16-solarflare.config b/themes/base16-solarflare.config
index 13cb137..a87d818 100644
--- a/themes/base16-solarflare.config
+++ b/themes/base16-solarflare.config
@@ -1,33 +1,33 @@
! Base16 Solar Flare
! Author: Chuck Harmston (https://chuck.harmston.ch)
-! base00: #18262F
-! base01: #222E38
+! base00: #18262f
+! base01: #222e38
! base02: #586875
! base03: #667581
-! base04: #85939E
-! base05: #A6AFB8
-! base06: #E8E9ED
-! base07: #F5F7FA
-! base08: #EF5253
-! base09: #E66B2B
-! base0A: #E4B51C
-! base0B: #7CC844
-! base0C: #52CBB0
-! base0D: #33B5E1
-! base0E: #A363D5
-! base0F: #D73C9A
+! base04: #85939e
+! base05: #a6afb8
+! base06: #e8e9ed
+! base07: #f5f7fa
+! base08: #ef5253
+! base09: #e66b2b
+! base0A: #e4b51c
+! base0B: #7cc844
+! base0C: #52cbb0
+! base0D: #33b5e1
+! base0E: #a363d5
+! base0F: #d73c9a
! Enable the extended coloring options
rofi.color-enabled: true
! Property Name BG Border Separator
-rofi.color-window: #222E38, #222E38, #18262F
+rofi.color-window: #222e38, #222e38, #18262f
! Property Name BG FG BG-alt Head-BG Head-FG
-rofi.color-normal: #222E38, #A6AFB8, #222E38, #222E38, #F5F7FA
-rofi.color-active: #222E38, #33B5E1, #222E38, #222E38, #33B5E1
-rofi.color-urgent: #222E38, #EF5253, #222E38, #222E38, #EF5253
+rofi.color-normal: #222e38, #a6afb8, #222e38, #222e38, #f5f7fa
+rofi.color-active: #222e38, #33b5e1, #222e38, #222e38, #33b5e1
+rofi.color-urgent: #222e38, #ef5253, #222e38, #222e38, #ef5253
! Set the desired separator style
rofi.separator-style: solid
.dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/**
 * Base16 Gruvbox dark, hard ROFI Color theme
 *
 * Authors
 *  Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
 *  Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
 */

* {
    red:                         rgba ( 251, 73, 52, 100 % );
    blue:                        rgba ( 131, 165, 152, 100 % );
    lightfg:                     rgba ( 235, 219, 178, 100 % );
    lightbg:                     rgba ( 60, 56, 54, 100 % );
    foreground:                  rgba ( 213, 196, 161, 100 % );
    background:                  rgba ( 29, 32, 33, 100 % );
    background-color:            rgba ( 29, 32, 33, 0 % );
    separatorcolor:              @foreground;
    border-color:                @foreground;
    selected-normal-foreground:  @lightbg;
    selected-normal-background:  @lightfg;
    selected-active-foreground:  @background;
    selected-active-background:  @blue;
    selected-urgent-foreground:  @background;
    selected-urgent-background:  @red;
    normal-foreground:           @foreground;
    normal-background:           @background;
    active-foreground:           @blue;
    active-background:           @background;
    urgent-foreground:           @red;
    urgent-background:           @background;
    alternate-normal-foreground: @foreground;
    alternate-normal-background: @lightbg;
    alternate-active-foreground: @blue;
    alternate-active-background: @lightbg;
    alternate-urgent-foreground: @red;
    alternate-urgent-background: @lightbg;
}