/* Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. */
/* Subway Seat for rofi */

@import "default"

* {
    crust:     #20160E;
    mantle:    #2A1D13;
    base:      #362619;
    surface0:  #43301F;
    surface1:  #513B27;
    surface2:  #634932;
    overlay0:  #7B6047;
    overlay1:  #967B5C;
    overlay2:  #AE9575;
    subtext0:  #C4AE8C;
    subtext1:  #D9C6A3;
    text:      #EDDCBC;
    text-hi:   #F8ECD4;
    yellow:    #F3BF45;
    yellow-hi: #FFD36B;
    orange:    #EC7F31;
    orange-hi: #FF9D55;
    red:       #E05C45;
    red-hi:    #FF8373;
    green:     #ADB956;
    green-hi:  #BFCB63;
    sage:      #86AD95;
    sage-hi:   #A5C9B0;
    denim:     #7F9BAE;
    denim-hi:  #9DB6C6;
    clay:      #F4A87E;

    paper:     #43301F;
    edge:      #584532;
    hover:     #503D2B;
    selection: #6C5945;

    /* the default theme's variables */
    background:                  @paper;
    foreground:                  @text;
    lightbg:                     @hover;
    lightfg:                     @subtext1;
    red:                         @red;
    blue:                        @denim;
    border-color:                @edge;
    separatorcolor:              @edge;
    normal-background:           @paper;
    normal-foreground:           @text;
    alternate-normal-background: @paper;
    alternate-normal-foreground: @text;
    active-background:           @paper;
    active-foreground:           @denim;
    alternate-active-background: @paper;
    alternate-active-foreground: @denim;
    urgent-background:           @paper;
    urgent-foreground:           @orange;
    alternate-urgent-background: @paper;
    alternate-urgent-foreground: @orange;
    selected-normal-background:  @selection;
    selected-normal-foreground:  @text-hi;
    selected-active-background:  @selection;
    selected-active-foreground:  #9DB6C6;
    selected-urgent-background:  @selection;
    selected-urgent-foreground:  #FF9D55;
}

element-text {
    highlight: bold #F3BF45;
}

entry {
    placeholder-color: #967B5C;
}

prompt {
    text-color: @subtext1;
}

num-filtered-rows, num-rows, textbox-num-sep {
    text-color: #967B5C;
}

scrollbar {
    handle-color: #967B5C;
}
