Change to dracula theme

This commit is contained in:
Isshi0417 2024-07-03 23:03:24 +09:00
parent f3f13be0e9
commit 26c56bfcbe
2 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@
../../modules/home-manager/git.nix ../../modules/home-manager/git.nix
../../modules/home-manager/zsh.nix ../../modules/home-manager/zsh.nix
../../modules/home-manager/themes/basic-gtk.nix ../../modules/home-manager/themes/basic-gtk.nix
../../modules/home-manager/vscode.nix #../../modules/home-manager/vscode.nix
]; ];
# Allow Unfree # Allow Unfree

View File

@ -30,19 +30,19 @@
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {
aws.style = "bold #D22B2B"; aws.style = "bold #FF9580";
cmd_duration.style = "bold #98C379"; cmd_duration.style = "bold #FFFF80";
directory.style = "bold #D199A66"; directory.style = "bold #FFCA80";
hostname.style = "bold #61AFEF"; hostname.style = "bold #9580FF";
git_branch.style = "bold #C678DD"; git_branch.style = "bold #80FFEA";
git_status.style = "bold #61AFEF"; git_status.style = "bold #FF80BF";
username = { username = {
format = "[$user]($styule) on "; format = "[$user]($style) on ";
style_user = "bold #56B6C2"; style_user = "bold #8AFF80";
}; };
character = { character = {
success_symbol = "[λ](bold #ABB2BF)"; success_symbol = "[λ](bold #F8F8F2)";
error_symbol = "[λ](bold #D22B2B)"; error_symbol = "[λ](bold #FF9580)";
}; };
}; };
}; };