mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
changed wezterm cursor color
This commit is contained in:
parent
bdcf480aee
commit
34b0fc88b4
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
|
cursor_color = "#2CCCE4";
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.wezterm = {
|
programs.wezterm = {
|
||||||
|
@ -20,6 +22,12 @@ in
|
||||||
];
|
];
|
||||||
foreground = "#F4EFD6";
|
foreground = "#F4EFD6";
|
||||||
background = "#202020";
|
background = "#202020";
|
||||||
|
|
||||||
|
cursor_bg = cursor_color;
|
||||||
|
cursor_border = cursor_color;
|
||||||
|
|
||||||
|
selection_bg = "#8ED1FC";
|
||||||
|
selection_fg = "black";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue