index : dotfiles.git

ascending towards madness

/** unstyle the panel **/
.xfce4-panel {
    border-radius: 0px;
}

.xfce4-panel * {
    /* verdana 10 was THE font of my childhood, i still use it sometimes */
    font-size: 10px;
    font-family: Verdana;
}

/** style the window list **/
.tasklist .toggle {
    /* catppuccin mocha */
    color: #f8f8f2;
}

.tasklist .toggle:active {
    /* catppuccin mocha */
}

.tasklist .toggle:checked {
    /* catppuccin mocha */
    color: #74c7ec;
    background-color: #1e1e2e;
    border-bottom: 2px solid #74c7ec;
}

.tasklist .toggle:hover {
    /* catppuccin mocha */
    color: #cdd6f4;
    background-color: #585b70;
    border-bottom: 2px solid #cdd6f4;
}

/** client side decorations **/
.csd menu,
.csd .menu,
.csd .context-menu {
    border-radius: 0px;
}

.csd.popup decoration {
    border-radius: 0px;
}

/** remove the border from menu items to match the csd **/
menu menuitem,
.menu menuitem,
.context-menu menuitem {
    border-radius: 0px;
}