Switch rofi to onedark theme
This commit is contained in:
parent
1f1ade1541
commit
bc28d964d3
6 changed files with 219 additions and 1 deletions
100
configs/rofi/onedark.rasi
Normal file
100
configs/rofi/onedark.rasi
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
/*
|
||||
* ROFI One Dark
|
||||
*
|
||||
* Based on OneDark.vim (https://github.com/joshdick/onedark.vim)
|
||||
*
|
||||
* Author: Benjamin Stauss
|
||||
* User: me-benni
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
* {
|
||||
black: #000000;
|
||||
red: #eb6e67;
|
||||
green: #95ee8f;
|
||||
yellow: #f8c456;
|
||||
blue: #6eaafb;
|
||||
mangenta: #d886f3;
|
||||
cyan: #6cdcf7;
|
||||
emphasis: #50536b;
|
||||
text: #dfdfdf;
|
||||
text-alt: #b2b2b2;
|
||||
fg: #abb2bf;
|
||||
bg: #282c34;
|
||||
|
||||
spacing: 0;
|
||||
background-color: transparent;
|
||||
|
||||
font: "Knack Nerd Font 14";
|
||||
text-color: @text;
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
fullscreen: true;
|
||||
background-color: #282c34dd;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
padding: 30% 30%;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
margin: 0px 0px 20px 0px;
|
||||
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @blue;
|
||||
}
|
||||
|
||||
textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
text-color: @text-alt;
|
||||
}
|
||||
|
||||
entry {
|
||||
margin: 0px 10px;
|
||||
}
|
||||
|
||||
listview {
|
||||
spacing: 5px;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 5px;
|
||||
text-color: @text-alt;
|
||||
highlight: bold #95ee8f; /* green */
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @emphasis;
|
||||
text-color: @text;
|
||||
}
|
||||
|
||||
element urgent, element selected urgent {
|
||||
text-color: @red;
|
||||
}
|
||||
|
||||
element active, element selected active {
|
||||
text-color: @purple;
|
||||
}
|
||||
|
||||
message {
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
background-color: @emphasis;
|
||||
border: 1px;
|
||||
border-color: @cyan;
|
||||
}
|
||||
|
||||
button selected {
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
background-color: @emphasis;
|
||||
}
|
||||
|
|
@ -18,7 +18,8 @@
|
|||
modi: "drun,run,ssh,window";
|
||||
}
|
||||
|
||||
@theme "nord"
|
||||
@theme "onedark"
|
||||
'';
|
||||
xdg.configFile."rofi/nord.rasi".source = ../../configs/rofi/nord.rasi;
|
||||
xdg.configFile."rofi/onedark.rasi".source = ../../configs/rofi/onedark.rasi;
|
||||
}
|
||||
|
|
|
|||
29
themes/catppuccin-frappe.nix
Normal file
29
themes/catppuccin-frappe.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Catppuccin Frappé theme (https://github.com/catppuccin/catppuccin)
|
||||
{
|
||||
Rosewater = "#dc8a78"; # rgb(220, 138, 120) hsl(11, 59%, 67%)
|
||||
Flamingo = "#dd7878"; # rgb(221, 120, 120) hsl(0, 60%, 67%)
|
||||
Pink = "#ea76cb"; # rgb(234, 118, 203) hsl(316, 73%, 69%)
|
||||
Mauve = "#8839ef"; # rgb(136, 57, 239) hsl(266, 85%, 58%)
|
||||
Red = "#d20f39"; # rgb(210, 15, 57) hsl(347, 87%, 44%)
|
||||
Maroon = "#e64553"; # rgb(230, 69, 83) hsl(355, 76%, 59%)
|
||||
Peach = "#fe640b"; # rgb(254, 100, 11) hsl(22, 99%, 52%)
|
||||
Yellow = "#df8e1d"; # rgb(223, 142, 29) hsl(35, 77%, 49%)
|
||||
Green = "#40a02b"; # rgb(64, 160, 43) hsl(109, 58%, 40%)
|
||||
Teal = "#179299"; # rgb(23, 146, 153) hsl(183, 74%, 35%)
|
||||
Sky = "#04a5e5"; # rgb(4, 165, 229) hsl(197, 97%, 46%)
|
||||
Sapphire = "#209fb5"; # rgb(32, 159, 181) hsl(189, 70%, 42%)
|
||||
Blue = "#1e66f5"; # rgb(30, 102, 245) hsl(220, 91%, 54%)
|
||||
Lavender = "#7287fd"; # rgb(114, 135, 253) hsl(231, 97%, 72%)
|
||||
Text = "#4c4f69"; # rgb(76, 79, 105) hsl(234, 16%, 35%)
|
||||
Subtext1 = "#5c5f77"; # rgb(92, 95, 119) hsl(233, 13%, 41%)
|
||||
Subtext0 = "#6c6f85"; # rgb(108, 111, 133) hsl(233, 10%, 47%)
|
||||
Overlay2 = "#7c7f93"; # rgb(124, 127, 147) hsl(232, 10%, 53%)
|
||||
Overlay1 = "#8c8fa1"; # rgb(140, 143, 161) hsl(231, 10%, 59%)
|
||||
Overlay0 = "#9ca0b0"; # rgb(156, 160, 176) hsl(228, 11%, 65%)
|
||||
Surface2 = "#acb0be"; # rgb(172, 176, 190) hsl(227, 12%, 71%)
|
||||
Surface1 = "#bcc0cc"; # rgb(188, 192, 204) hsl(225, 14%, 77%)
|
||||
Surface0 = "#ccd0da"; # rgb(204, 208, 218) hsl(223, 16%, 83%)
|
||||
Base = "#eff1f5"; # rgb(239, 241, 245) hsl(220, 23%, 95%)
|
||||
Mantle = "#e6e9ef"; # rgb(230, 233, 239) hsl(220, 22%, 92%)
|
||||
Crust = "#dce0e8"; # rgb(220, 224, 232) hsl(220, 21%, 89%)
|
||||
}
|
||||
29
themes/catppuccin-latte.nix
Normal file
29
themes/catppuccin-latte.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Catppuccin Latte theme (https://github.com/catppuccin/catppuccin)
|
||||
{
|
||||
Rosewater = "#dc8a78"; # rgb(220, 138, 120) hsl(11, 59%, 67%)
|
||||
Flamingo = "#dd7878"; # rgb(221, 120, 120) hsl(0, 60%, 67%)
|
||||
Pink = "#ea76cb"; # rgb(234, 118, 203) hsl(316, 73%, 69%)
|
||||
Mauve = "#8839ef"; # rgb(136, 57, 239) hsl(266, 85%, 58%)
|
||||
Red = "#d20f39"; # rgb(210, 15, 57) hsl(347, 87%, 44%)
|
||||
Maroon = "#e64553"; # rgb(230, 69, 83) hsl(355, 76%, 59%)
|
||||
Peach = "#fe640b"; # rgb(254, 100, 11) hsl(22, 99%, 52%)
|
||||
Yellow = "#df8e1d"; # rgb(223, 142, 29) hsl(35, 77%, 49%)
|
||||
Green = "#40a02b"; # rgb(64, 160, 43) hsl(109, 58%, 40%)
|
||||
Teal = "#179299"; # rgb(23, 146, 153) hsl(183, 74%, 35%)
|
||||
Sky = "#04a5e5"; # rgb(4, 165, 229) hsl(197, 97%, 46%)
|
||||
Sapphire = "#209fb5"; # rgb(32, 159, 181) hsl(189, 70%, 42%)
|
||||
Blue = "#1e66f5"; # rgb(30, 102, 245) hsl(220, 91%, 54%)
|
||||
Lavender = "#7287fd"; # rgb(114, 135, 253) hsl(231, 97%, 72%)
|
||||
Text = "#4c4f69"; # rgb(76, 79, 105) hsl(234, 16%, 35%)
|
||||
Subtext1 = "#5c5f77"; # rgb(92, 95, 119) hsl(233, 13%, 41%)
|
||||
Subtext0 = "#6c6f85"; # rgb(108, 111, 133) hsl(233, 10%, 47%)
|
||||
Overlay2 = "#7c7f93"; # rgb(124, 127, 147) hsl(232, 10%, 53%)
|
||||
Overlay1 = "#8c8fa1"; # rgb(140, 143, 161) hsl(231, 10%, 59%)
|
||||
Overlay0 = "#9ca0b0"; # rgb(156, 160, 176) hsl(228, 11%, 65%)
|
||||
Surface2 = "#acb0be"; # rgb(172, 176, 190) hsl(227, 12%, 71%)
|
||||
Surface1 = "#bcc0cc"; # rgb(188, 192, 204) hsl(225, 14%, 77%)
|
||||
Surface0 = "#ccd0da"; # rgb(204, 208, 218) hsl(223, 16%, 83%)
|
||||
Base = "#eff1f5"; # rgb(239, 241, 245) hsl(220, 23%, 95%)
|
||||
Mantle = "#e6e9ef"; # rgb(230, 233, 239) hsl(220, 22%, 92%)
|
||||
Crust = "#dce0e8"; # rgb(220, 224, 232) hsl(220, 21%, 89%)
|
||||
}
|
||||
29
themes/catppuccin-macchiato.nix
Normal file
29
themes/catppuccin-macchiato.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Catppuccin Macchiato theme (https://github.com/catppuccin/catppuccin)
|
||||
{
|
||||
Rosewater = "#f4dbd6"; # rgb(244, 219, 214) hsl(10, 58%, 90%)
|
||||
Flamingo = "#f0c6c6"; # rgb(240, 198, 198) hsl(0, 58%, 86%)
|
||||
Pink = "#f5bde6"; # rgb(245, 189, 230) hsl(316, 74%, 85%)
|
||||
Mauve = "#c6a0f6"; # rgb(198, 160, 246) hsl(267, 83%, 80%)
|
||||
Red = "#ed8796"; # rgb(237, 135, 150) hsl(351, 74%, 73%)
|
||||
Maroon = "#ee99a0"; # rgb(238, 153, 160) hsl(355, 71%, 77%)
|
||||
Peach = "#f5a97f"; # rgb(245, 169, 127) hsl(21, 86%, 73%)
|
||||
Yellow = "#eed49f"; # rgb(238, 212, 159) hsl(40, 70%, 78%)
|
||||
Green = "#a6da95"; # rgb(166, 218, 149) hsl(105, 48%, 72%)
|
||||
Teal = "#8bd5ca"; # rgb(139, 213, 202) hsl(171, 47%, 69%)
|
||||
Sky = "#91d7e3"; # rgb(145, 215, 227) hsl(189, 59%, 73%)
|
||||
Sapphire = "#7dc4e4"; # rgb(125, 196, 228) hsl(199, 66%, 69%)
|
||||
Blue = "#8aadf4"; # rgb(138, 173, 244) hsl(220, 83%, 75%)
|
||||
Lavender = "#b7bdf8"; # rgb(183, 189, 248) hsl(234, 82%, 85%)
|
||||
Text = "#cad3f5"; # rgb(202, 211, 245) hsl(227, 68%, 88%)
|
||||
Subtext1 = "#b8c0e0"; # rgb(184, 192, 224) hsl(228, 39%, 80%)
|
||||
Subtext0 = "#a5adcb"; # rgb(165, 173, 203) hsl(227, 27%, 72%)
|
||||
Overlay2 = "#939ab7"; # rgb(147, 154, 183) hsl(228, 20%, 65%)
|
||||
Overlay1 = "#8087a2"; # rgb(128, 135, 162) hsl(228, 15%, 57%)
|
||||
Overlay0 = "#6e738d"; # rgb(110, 115, 141) hsl(230, 12%, 49%)
|
||||
Surface2 = "#5b6078"; # rgb(91, 96, 120) hsl(230, 14%, 41%)
|
||||
Surface1 = "#494d64"; # rgb(73, 77, 100) hsl(231, 16%, 34%)
|
||||
Surface0 = "#363a4f"; # rgb(54, 58, 79) hsl(230, 19%, 26%)
|
||||
Base = "#24273a"; # rgb(36, 39, 58) hsl(232, 23%, 18%)
|
||||
Mantle = "#1e2030"; # rgb(30, 32, 48) hsl(233, 23%, 15%)
|
||||
Crust = "#181926"; # rgb(24, 25, 38) hsl(236, 23%, 12%)
|
||||
}
|
||||
30
themes/catppuccin-mocha.nix
Normal file
30
themes/catppuccin-mocha.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Catppuccin Mocha theme (https://github.com/catppuccin/catppuccin)
|
||||
{
|
||||
Rosewater = "#f5e0dc"; # rgb(245, 224, 220) hsl(10, 56%, 91%)
|
||||
Flamingo = "#f2cdcd"; # rgb(242, 205, 205) hsl(0, 59%, 88%)
|
||||
Pink = "#f5c2e7"; # rgb(245, 194, 231) hsl(316, 72%, 86%)
|
||||
Mauve = "#cba6f7"; # rgb(203, 166, 247) hsl(267, 84%, 81%)
|
||||
Red = "#f38ba8"; # rgb(243, 139, 168) hsl(343, 81%, 75%)
|
||||
Maroon = "#eba0ac"; # rgb(235, 160, 172) hsl(350, 65%, 77%)
|
||||
Peach = "#fab387"; # rgb(250, 179, 135) hsl(23, 92%, 75%)
|
||||
Yellow = "#f9e2af"; # rgb(249, 226, 175) hsl(41, 86%, 83%)
|
||||
Green = "#a6e3a1"; # rgb(166, 227, 161) hsl(115, 54%, 76%)
|
||||
Teal = "#94e2d5"; # rgb(148, 226, 213) hsl(170, 57%, 73%)
|
||||
Sky = "#89dceb"; # rgb(137, 220, 235) hsl(189, 71%, 73%)
|
||||
Sapphire = "#74c7ec"; # rgb(116, 199, 236) hsl(199, 76%, 69%)
|
||||
Blue = "#89b4fa"; # rgb(137, 180, 250) hsl(217, 92%, 76%)
|
||||
Lavender = "#b4befe"; # rgb(180, 190, 254) hsl(232, 97%, 85%)
|
||||
Text = "#cdd6f4"; # rgb(205, 214, 244) hsl(226, 64%, 88%)
|
||||
Subtext1 = "#bac2de"; # rgb(186, 194, 222) hsl(227, 35%, 80%)
|
||||
Subtext0 = "#a6adc8"; # rgb(166, 173, 200) hsl(228, 24%, 72%)
|
||||
Overlay2 = "#9399b2"; # rgb(147, 153, 178) hsl(228, 17%, 64%)
|
||||
Overlay1 = "#7f849c"; # rgb(127, 132, 156) hsl(230, 13%, 55%)
|
||||
Overlay0 = "#6c7086"; # rgb(108, 112, 134) hsl(231, 11%, 47%)
|
||||
Surface2 = "#585b70"; # rgb(88, 91, 112) hsl(233, 12%, 39%)
|
||||
Surface1 = "#45475a"; # rgb(69, 71, 90) hsl(234, 13%, 31%)
|
||||
Surface0 = "#313244"; # rgb(49, 50, 68) hsl(237, 16%, 23%)
|
||||
Base = "#1e1e2e"; # rgb(30, 30, 46) hsl(240, 21%, 15%)
|
||||
Mantle = "#181825"; # rgb(24, 24, 37) hsl(240, 21%, 12%)
|
||||
Crust = "#11111b"; # rgb(17, 17, 27) hsl(240, 23%, 9%)
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue