2024-03-24 18:13:24 -04:00
|
|
|
{inputs, ...}: {
|
2024-03-24 14:21:45 -04:00
|
|
|
programs.rio = {
|
2024-03-24 14:20:22 -04:00
|
|
|
enable = true;
|
2024-04-30 11:58:00 -04:00
|
|
|
package = inputs.rio-term.packages.x86_64-linux.default;
|
2024-04-23 19:08:38 -04:00
|
|
|
catppuccin.enable = true;
|
2024-03-24 14:20:22 -04:00
|
|
|
settings = {
|
2024-03-24 14:52:21 -04:00
|
|
|
padding-x = 10;
|
2024-04-23 19:08:38 -04:00
|
|
|
# colors = {
|
|
|
|
|
# background = "#1a1b26";
|
|
|
|
|
# foreground = "#e0def4";
|
|
|
|
|
# selection-background = "#e0def4";
|
|
|
|
|
# selection-foreground = "#191724";
|
|
|
|
|
# cursor = "#e0def4";
|
|
|
|
|
# black = "#26233a";
|
|
|
|
|
# red = "#eb6f92";
|
|
|
|
|
# green = "#9ccfd8";
|
|
|
|
|
# yellow = "#f6c177";
|
|
|
|
|
# blue = "#31748f";
|
|
|
|
|
# magenta = "#c4a7e7";
|
|
|
|
|
# cyan = "#ebbcba";
|
|
|
|
|
# white = "#e0def4";
|
|
|
|
|
# light_black = "#6e6a86";
|
|
|
|
|
# light_red = "#eb6f92";
|
|
|
|
|
# light_green = "#9ccfd8";
|
|
|
|
|
# light_yellow = "#f6c177";
|
|
|
|
|
# light_blue = "#31748f";
|
|
|
|
|
# light_magenta = "#c4a7e7";
|
|
|
|
|
# light_cyan = "#ebbcba";
|
|
|
|
|
# light_white = "#e0def4";
|
|
|
|
|
# };
|
2024-03-24 14:20:22 -04:00
|
|
|
|
|
|
|
|
fonts = {
|
2024-03-25 13:39:03 -04:00
|
|
|
size = 18;
|
2024-03-24 14:20:22 -04:00
|
|
|
|
2024-04-23 19:04:34 -04:00
|
|
|
# family = "Iosevka";
|
|
|
|
|
regular = {
|
|
|
|
|
family = "Iosevka Nerd Font Mono";
|
|
|
|
|
style = "normal";
|
|
|
|
|
weight = 600;
|
|
|
|
|
};
|
|
|
|
|
bold = {
|
|
|
|
|
family = "Iosevka Nerd Font Mono";
|
|
|
|
|
style = "normal";
|
|
|
|
|
weight = 800;
|
|
|
|
|
};
|
|
|
|
|
italic = {
|
|
|
|
|
family = "Iosevka Nerd Font Mono";
|
|
|
|
|
style = "italic";
|
|
|
|
|
weight = 600;
|
|
|
|
|
};
|
|
|
|
|
bold-italic = {
|
|
|
|
|
family = "Iosevka Nerd Font Mono";
|
|
|
|
|
style = "italic";
|
|
|
|
|
weight = 800;
|
|
|
|
|
};
|
2024-03-24 14:20:22 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
window = {
|
2024-04-23 19:11:18 -04:00
|
|
|
background-opacity = 0.8;
|
2024-03-24 14:20:22 -04:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
}
|