dotfiles/rofi/catppuccin-mocha.rasi

115 lines
1.9 KiB
Plaintext

/* Catppuccin Mocha theme for rofi - https://catppuccin.com */
* {
background-color: #1e1e2e;
foreground: #cdd6f4;
background: #1e1e2e;
border: 0;
margin: 0;
padding: 0;
text-color: #cdd6f4;
spacing: 2px;
font: "Fira Code 12";
}
window {
location: center;
anchor: center;
fullscreen: false;
width: 800px;
height: 480px;
enabled: true;
cursor: "default";
border-radius: 10px;
border: 3px;
border-color: #313244;
transparency: "real";
background-color: #1e1e2e;
children: [mainbox];
}
mainbox {
spacing: 0px;
padding: 0px;
background-color: #1e1e2e;
children: [inputbar, message, listview];
}
inputbar {
enabled: true;
spacing: 0px;
padding: 10px;
background-color: #313244;
text-color: #cdd6f4;
children: ["prompt", "entry"];
}
prompt {
enabled: true;
background-color: #313244;
text-color: #cba6f7;
padding: 2px;
}
entry {
enabled: true;
background-color: #313244;
text-color: #cdd6f4;
padding: 2px;
cursor: text;
blink: true;
}
listview {
enabled: true;
columns: 1;
lines: 8;
cycle: true;
dynamic: true;
scrollbar: true;
layout: vertical;
reverse: false;
fixed-height: true;
fixed-columns: true;
spacing: 2px;
padding: 10px;
background-color: #1e1e2e;
text-color: #cdd6f4;
cursor: "default";
}
element {
enabled: true;
spacing: 2px;
padding: 5px;
background-color: #1e1e2e;
text-color: #cdd6f4;
cursor: pointer;
}
element selected {
background-color: #313244;
text-color: #89dceb;
border: 0;
border-radius: 4px;
}
element alternate {
background-color: #1e1e2e;
text-color: #cdd6f4;
}
message {
enabled: true;
spacing: 2px;
padding: 5px;
background-color: #1e1e2e;
text-color: #cdd6f4;
}
error-message {
padding: 5px;
background-color: #1e1e2e;
text-color: #f38ba8;
}