added rofi theme to waybar; added rofi; added nvim
This commit is contained in:
135
rofi/config.rasi
Normal file
135
rofi/config.rasi
Normal file
@@ -0,0 +1,135 @@
|
||||
configuration {
|
||||
modi: "drun";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus-Dark";
|
||||
display-drun: "";
|
||||
drun-display-format: "{name}";
|
||||
disable-history: false;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: false;
|
||||
terminal: "kitty";
|
||||
font: "CaskaydiaCove Nerd Font Mono 11";
|
||||
}
|
||||
|
||||
* {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
background-alt: rgba(0, 0, 0, 0);
|
||||
foreground: rgba(255, 255, 255, 0.97);
|
||||
selected: rgba(255, 255, 255, 0.10);
|
||||
active: rgba(255, 255, 255, 0.10);
|
||||
urgent: rgba(255, 85, 85, 0.67);
|
||||
|
||||
border-colour: rgba(255, 255, 255, 0.10);
|
||||
separatorcolor: transparent;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
location: center;
|
||||
anchor: center;
|
||||
fullscreen: false;
|
||||
width: 400px;
|
||||
border-radius: 10px;
|
||||
cursor: "default";
|
||||
background-color: rgba(20, 20, 20, 0.70);
|
||||
border: 1px solid;
|
||||
border-color: rgba(255, 255, 255, 0.10);
|
||||
}
|
||||
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
margin: 0px;
|
||||
padding: 16px;
|
||||
background-color: transparent;
|
||||
children: [ "inputbar", "listview" ];
|
||||
}
|
||||
|
||||
inputbar {
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
margin: 0px 0px 12px 0px;
|
||||
padding: 10px 14px;
|
||||
border-radius: 8px;
|
||||
background-color: rgba(255, 255, 255, 0.10);
|
||||
border: 1px solid;
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
text-color: @foreground;
|
||||
children: [ "prompt", "entry" ];
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
entry {
|
||||
enabled: true;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
cursor: text;
|
||||
placeholder: "Search apps...";
|
||||
placeholder-color: rgba(255, 255, 255, 0.50);
|
||||
}
|
||||
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 1;
|
||||
lines: 5;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
spacing: 3px;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
cursor: "default";
|
||||
}
|
||||
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
margin: 0px;
|
||||
padding: 8px 10px;
|
||||
border-radius: 6px;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.normal {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element alternate.normal {
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
size: 28px;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
element-text {
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
highlight: bold;
|
||||
cursor: inherit;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
}
|
||||
@@ -1,45 +1,41 @@
|
||||
/* Catppuccin Macchiato */
|
||||
/* Custom Theme - Warm Muted with Orange Accents */
|
||||
|
||||
* {
|
||||
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;
|
||||
}
|
||||
|
||||
/*
|
||||
bg - background
|
||||
fg - foreground
|
||||
br - border
|
||||
*/
|
||||
|
||||
* {
|
||||
main-bg: @crust;
|
||||
main-fg: @text;
|
||||
main-br: @overlay2;
|
||||
input-bg: @mantle;
|
||||
select-bg: @overlay2;
|
||||
select-fg: @crust;
|
||||
/* Base colors from Waybar */
|
||||
bg0-h: #1c1c1f;
|
||||
bg0: #1c1c1f;
|
||||
bg1: #252529;
|
||||
bg2: #2d2d33;
|
||||
bg3: #35353d;
|
||||
bg4: #3d3d47;
|
||||
gray: #6d6860;
|
||||
fg4: #7d7972;
|
||||
fg3: #8a8580;
|
||||
fg2: #ff9100;
|
||||
fg1: #b39a76;
|
||||
fg0: #c9b08a;
|
||||
red: #ff0000;
|
||||
bright-red: #ff0000;
|
||||
green: #ff9100;
|
||||
bright-green: #b39a76;
|
||||
yellow: #ff9100;
|
||||
bright-yellow: #ff9100;
|
||||
blue: #ff9100;
|
||||
bright-blue: #b39a76;
|
||||
purple: #ff9100;
|
||||
bright-purple: #b39a76;
|
||||
aqua: #ff9100;
|
||||
bright-aqua: #b39a76;
|
||||
orange: #ff9100;
|
||||
bright-orange: #ff9100;
|
||||
white: #ffffff;
|
||||
black: #000000;
|
||||
|
||||
/* Main theme mappings */
|
||||
main-bg: @bg0-h;
|
||||
main-fg: @fg2;
|
||||
main-br: @fg2;
|
||||
input-bg: @bg1;
|
||||
select-bg: @orange;
|
||||
select-fg: @black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user