Add install.sh Add .zshrc add: nvim configs add: toggleterm, alpha update update Create README.md major changes major changes add picom updated dot files update shit
297 lines
6.9 KiB
Text
297 lines
6.9 KiB
Text
/*Dracula theme based on the Purple official rofi theme*/
|
|
|
|
* {
|
|
/* Theme settings */
|
|
font: "Jetbrains Mono 24";
|
|
highlight: bold italic;
|
|
scrollbar: true;
|
|
|
|
/* Gruvbox dark colors */
|
|
gruvbox-dark-bg0: #282828;
|
|
gruvbox-dark-bg0-soft: #32302f;
|
|
gruvbox-dark-bg3: #665c54;
|
|
gruvbox-dark-fg0: #fbf1c7;
|
|
gruvbox-dark-fg1: #ebdbb2;
|
|
gruvbox-dark-red-dark: #cc241d;
|
|
gruvbox-dark-red-light: #fb4934;
|
|
gruvbox-dark-yellow-dark: #d79921;
|
|
gruvbox-dark-yellow-light: #fabd2f;
|
|
gruvbox-dark-gray: #a89984;
|
|
|
|
/* Theme colors */
|
|
background: @gruvbox-dark-bg0;
|
|
background-color: @background;
|
|
foreground: @gruvbox-dark-fg1;
|
|
border-color: @gruvbox-dark-gray;
|
|
separatorcolor: @border-color;
|
|
scrollbar-handle: @border-color;
|
|
|
|
normal-background: @background;
|
|
normal-foreground: @foreground;
|
|
alternate-normal-background: @gruvbox-dark-bg0-soft;
|
|
alternate-normal-foreground: @foreground;
|
|
selected-normal-background: @gruvbox-dark-bg3;
|
|
selected-normal-foreground: @gruvbox-dark-fg0;
|
|
|
|
active-background: @gruvbox-dark-yellow-dark;
|
|
active-foreground: @background;
|
|
alternate-active-background: @active-background;
|
|
alternate-active-foreground: @active-foreground;
|
|
selected-active-background: @gruvbox-dark-yellow-light;
|
|
selected-active-foreground: @active-foreground;
|
|
|
|
urgent-background: @gruvbox-dark-red-dark;
|
|
urgent-foreground: @background;
|
|
alternate-urgent-background: @urgent-background;
|
|
alternate-urgent-foreground: @urgent-foreground;
|
|
selected-urgent-background: @gruvbox-dark-red-light;
|
|
selected-urgent-foreground: @urgent-foreground;
|
|
}
|
|
|
|
window {
|
|
background-color: @background;
|
|
border: 2;
|
|
padding: 2;
|
|
}
|
|
|
|
mainbox {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
message {
|
|
border: 2px 0 0;
|
|
border-color: @separatorcolor;
|
|
padding: 1px;
|
|
}
|
|
|
|
textbox {
|
|
highlight: @highlight;
|
|
text-color: @foreground;
|
|
}
|
|
|
|
listview {
|
|
border: 2px solid 0 0;
|
|
padding: 2px 0 0;
|
|
border-color: @separatorcolor;
|
|
spacing: 2px;
|
|
scrollbar: @scrollbar;
|
|
}
|
|
|
|
element {
|
|
border: 0;
|
|
padding: 2px;
|
|
}
|
|
|
|
element.normal.normal {
|
|
background-color: @normal-background;
|
|
text-color: @normal-foreground;
|
|
}
|
|
|
|
element.normal.urgent {
|
|
background-color: @urgent-background;
|
|
text-color: @urgent-foreground;
|
|
}
|
|
|
|
element.normal.active {
|
|
background-color: @active-background;
|
|
text-color: @active-foreground;
|
|
}
|
|
|
|
element.selected.normal {
|
|
background-color: @selected-normal-background;
|
|
text-color: @selected-normal-foreground;
|
|
}
|
|
|
|
element.selected.urgent {
|
|
background-color: @selected-urgent-background;
|
|
text-color: @selected-urgent-foreground;
|
|
}
|
|
|
|
element.selected.active {
|
|
background-color: @selected-active-background;
|
|
text-color: @selected-active-foreground;
|
|
}
|
|
|
|
element.alternate.normal {
|
|
background-color: @alternate-normal-background;
|
|
text-color: @alternate-normal-foreground;
|
|
}
|
|
|
|
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: @scrollbar-handle;
|
|
handle-width: 8px;
|
|
padding: 0;
|
|
}
|
|
|
|
sidebar {
|
|
border: 2px 0 0;
|
|
border-color: @separatorcolor;
|
|
}
|
|
|
|
inputbar {
|
|
spacing: 0;
|
|
text-color: @normal-foreground;
|
|
padding: 2px;
|
|
children: [ prompt, textbox-prompt-sep, entry, case-indicator ];
|
|
}
|
|
|
|
case-indicator,
|
|
entry,
|
|
prompt,
|
|
button {
|
|
spacing: 0;
|
|
text-color: @normal-foreground;
|
|
}
|
|
|
|
button.selected {
|
|
background-color: @selected-normal-background;
|
|
text-color: @selected-normal-foreground;
|
|
}
|
|
|
|
textbox-prompt-sep {
|
|
expand: false;
|
|
str: ":";
|
|
text-color: @normal-foreground;
|
|
margin: 0 0.3em 0 0;
|
|
}
|
|
|
|
/*
|
|
* {
|
|
font: "Jetbrains Mono 24";
|
|
foreground: #f8f8f2;
|
|
background-color: #282a36;
|
|
active-background: #6272a4;
|
|
urgent-background: #ff5555;
|
|
urgent-foreground: #282a36;
|
|
selected-background: @active-background;
|
|
selected-urgent-background: @urgent-background;
|
|
selected-active-background: @active-background;
|
|
separatorcolor: @active-background;
|
|
bordercolor: @active-background;
|
|
}
|
|
|
|
#window {
|
|
background-color: @background-color;
|
|
border: 1;
|
|
border-radius: 6;
|
|
border-color: @bordercolor;
|
|
padding: 5;
|
|
}
|
|
#mainbox {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
#message {
|
|
border: 1px dash 0px 0px ;
|
|
border-color: @separatorcolor;
|
|
padding: 1px ;
|
|
}
|
|
#textbox {
|
|
text-color: @foreground;
|
|
}
|
|
#listview {
|
|
fixed-height: 0;
|
|
border: 2px dash 0px 0px ;
|
|
border-color: @bordercolor;
|
|
spacing: 2px ;
|
|
scrollbar: false;
|
|
padding: 2px 0px 0px ;
|
|
}
|
|
#element {
|
|
border: 0;
|
|
padding: 1px ;
|
|
}
|
|
#element.normal.normal {
|
|
background-color: @background-color;
|
|
text-color: @foreground;
|
|
}
|
|
#element.normal.urgent {
|
|
background-color: @urgent-background;
|
|
text-color: @urgent-foreground;
|
|
}
|
|
#element.normal.active {
|
|
background-color: @active-background;
|
|
text-color: @foreground;
|
|
}
|
|
#element.selected.normal {
|
|
background-color: @selected-background;
|
|
text-color: @foreground;
|
|
}
|
|
#element.selected.urgent {
|
|
background-color: @selected-urgent-background;
|
|
text-color: @foreground;
|
|
}
|
|
#element.selected.active {
|
|
background-color: @selected-active-background;
|
|
text-color: @foreground;
|
|
}
|
|
#element.alternate.normal {
|
|
background-color: @background-color;
|
|
text-color: @foreground;
|
|
}
|
|
#element.alternate.urgent {
|
|
background-color: @urgent-background;
|
|
text-color: @foreground;
|
|
}
|
|
#element.alternate.active {
|
|
background-color: @active-background;
|
|
text-color: @foreground;
|
|
}
|
|
#scrollbar {
|
|
width: 2px ;
|
|
border: 0;
|
|
handle-width: 8px ;
|
|
padding: 0;
|
|
}
|
|
#sidebar {
|
|
border: 2px dash 0px 0px ;
|
|
border-color: @separatorcolor;
|
|
}
|
|
#button.selected {
|
|
background-color: @selected-background;
|
|
text-color: @foreground;
|
|
}
|
|
#inputbar {
|
|
spacing: 0;
|
|
text-color: @foreground;
|
|
padding: 1px ;
|
|
}
|
|
#case-indicator {
|
|
spacing: 0;
|
|
text-color: @foreground;
|
|
}
|
|
#entry {
|
|
spacing: 0;
|
|
text-color: @foreground;
|
|
}
|
|
#prompt {
|
|
spacing: 0;
|
|
text-color: @foreground;
|
|
}
|
|
#inputbar {
|
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
|
}
|
|
#textbox-prompt-colon {
|
|
expand: false;
|
|
str: ":";
|
|
margin: 0px 0.3em 0em 0em ;
|
|
text-color: @foreground;
|
|
}
|
|
element-text, element-icon {
|
|
background-color: inherit;
|
|
text-color: inherit;
|
|
}
|
|
*/
|