Untitled

mail@pastecode.io avatar
unknown
plain_text
11 days ago
1.7 kB
2
Indexable
Never
* {
    /* catppuccin mocha colors */
    rosewater: #f4dbd6;
    flamingo: #f0c6c6;
    pink: #f5bde6;
    mauve: #c6a0f6;
    red: #ed8796;
    maroon: #ee99a0;
    peach: #f5a97f;
    yellow: #eed49f;
    green: #a6da95;
    teal: #8bd5ca;
    sky: #91d7e3;
    sapphire: #7dc4e4;
    blue: #8aadf4;
    lavender: #b7bdf8;
    text: #cad3f5;
    subtext1: #b8c0e0;
    subtext0: #a5adcb;
    overlay2: #939ab7;
    overlay1: #8087a2;
    overlay0: #6e738d;
    surface2: #5b6078;
    surface1: #494d64;
    surface0: #363a4f;
    base: #24273a;
    mantle: #1e2030;
    crust: #181926;
}

window {
    background-color: @base;
    border:           5px;
    border-color:     @sky;
    padding:          5px;
}

scrollbar {
    width: 0px;
    handle-width: 0px;
    handle-color: @sky;
}

mainbox {
    border:  0;
    padding: 0;
}

element {
    padding: 5px ;
    spacing: 5px ;
    border:  0px;
}

element normal.normal {
    background-color: @base;
    text-color:       @text;
}

element alternate.normal {
    background-color: @surface0;
    text-color:       @text;
}

element selected { // work in progress
    background-color: @text;
    text-color:       @crust;
    border-color:     @sky;
}

element-text {
    highlight:        @sky;
    text-color:       @text;
}

textbox {
    text-color: @text;
}

inputbar {
    text-color: @text;
}

entry {
    text-color:        @text;
    spacing:           0;
    placeholder-color: @text;
    placeholder:       "Type to filter...";
}

prompt {
    spacing:    0;
    text-color: @text;
}

listview {
    padding:      2px 0px 0px ;
    border-color: @sky;
    spacing:      2px ;
    fixed-height: 0;
    border:       2px;
}
Leave a Comment