462 current 2024-04-23 19:08:35 24.05.20240423.72bc2ea 6.8.6-zen1 *
This commit is contained in:
parent
7c3a081e2d
commit
df1c616292
1 changed files with 24 additions and 23 deletions
|
|
@ -2,31 +2,32 @@
|
||||||
programs.rio = {
|
programs.rio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.rio-term.packages.x86_64-linux.default;
|
package = inputs.rio-term.packages.x86_64-linux.default;
|
||||||
|
catppuccin.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
padding-x = 10;
|
padding-x = 10;
|
||||||
colors = {
|
# colors = {
|
||||||
background = "#1a1b26";
|
# background = "#1a1b26";
|
||||||
foreground = "#e0def4";
|
# foreground = "#e0def4";
|
||||||
selection-background = "#e0def4";
|
# selection-background = "#e0def4";
|
||||||
selection-foreground = "#191724";
|
# selection-foreground = "#191724";
|
||||||
cursor = "#e0def4";
|
# cursor = "#e0def4";
|
||||||
black = "#26233a";
|
# black = "#26233a";
|
||||||
red = "#eb6f92";
|
# red = "#eb6f92";
|
||||||
green = "#9ccfd8";
|
# green = "#9ccfd8";
|
||||||
yellow = "#f6c177";
|
# yellow = "#f6c177";
|
||||||
blue = "#31748f";
|
# blue = "#31748f";
|
||||||
magenta = "#c4a7e7";
|
# magenta = "#c4a7e7";
|
||||||
cyan = "#ebbcba";
|
# cyan = "#ebbcba";
|
||||||
white = "#e0def4";
|
# white = "#e0def4";
|
||||||
light_black = "#6e6a86";
|
# light_black = "#6e6a86";
|
||||||
light_red = "#eb6f92";
|
# light_red = "#eb6f92";
|
||||||
light_green = "#9ccfd8";
|
# light_green = "#9ccfd8";
|
||||||
light_yellow = "#f6c177";
|
# light_yellow = "#f6c177";
|
||||||
light_blue = "#31748f";
|
# light_blue = "#31748f";
|
||||||
light_magenta = "#c4a7e7";
|
# light_magenta = "#c4a7e7";
|
||||||
light_cyan = "#ebbcba";
|
# light_cyan = "#ebbcba";
|
||||||
light_white = "#e0def4";
|
# light_white = "#e0def4";
|
||||||
};
|
# };
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
size = 18;
|
size = 18;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue