diff --git a/home/programs/ags/config/scss/bar.scss b/home/programs/ags/config/scss/bar.scss index 629d725..0b2d41f 100644 --- a/home/programs/ags/config/scss/bar.scss +++ b/home/programs/ags/config/scss/bar.scss @@ -1,5 +1,5 @@ @import "colors.scss"; window { - background-color: $background; + background-color: #000000; } diff --git a/home/programs/anyrun/style.scss b/home/programs/anyrun/style.scss index 522ce21..808ed24 100644 --- a/home/programs/anyrun/style.scss +++ b/home/programs/anyrun/style.scss @@ -1,7 +1,7 @@ * { all: unset; transition: 200ms ease-out; - color: #cdd6f4; + color: #c0caf5; font-family: JetBrainsMono NF Medium; font-size: 1.1rem; } @@ -18,11 +18,15 @@ margin-top: 0.5rem; } +#match { + padding: 3px; + border-radius: 12px; +} + #match:hover, #match:selected { background: #45475a; - border-radius: 5px; - padding: 0.4rem + padding: 0.6rem; } entry#entry { @@ -31,8 +35,8 @@ entry#entry { } box#main { - background: #1e1e2e; - border: 3px solid #f5c2e7; - border-radius: 12px; + background: #1a1b26; + border: 3px solid #f7768e; + border-radius: 10px; padding: 0.3rem; } diff --git a/home/programs/terminal/lazygit/default.nix b/home/programs/terminal/lazygit/default.nix index 9ba8236..300027d 100644 --- a/home/programs/terminal/lazygit/default.nix +++ b/home/programs/terminal/lazygit/default.nix @@ -5,10 +5,10 @@ _: { windowSize = "normal"; gui.theme = { lightTheme = false; - activeBorderColor = ["#2ac3de" "bold"]; + activeBorderColor = ["#c0caf5" "bold"]; inactiveBorderColor = ["#f7768e"]; - optionsTextColor = [" #c0caf5"]; - selectedLineBgColor = ["#24283b"]; + optionsTextColor = ["#f7768e"]; + selectedLineBgColor = ["#565f89"]; selectedRangeByColor = ["#24283b"]; cherryPickedCommitBgColor = ["#94e2d5"]; cherryPickedCommitFgColor = ["#89b4fa"]; diff --git a/home/programs/terminal/starship.nix b/home/programs/terminal/starship.nix index b283cb7..9d4c731 100644 --- a/home/programs/terminal/starship.nix +++ b/home/programs/terminal/starship.nix @@ -45,7 +45,7 @@ ]; character = { error_symbol = "[](bold red)"; - success_symbol = "[](bold teal)"; + success_symbol = "[](bold white)"; }; username = { show_always = false; @@ -63,7 +63,7 @@ truncation_length = 3; truncation_symbol = "…/"; read_only = "🔒"; - style = "teal"; + style = "red"; home_symbol = ""; }; directory.substitutions = { @@ -77,14 +77,16 @@ impure_msg = "[impure shell](bold red)"; pure_msg = "[pure shell](bold green)"; unknown_msg = "[unknown shell](bold yellow)"; - format = "via [ $state( \($name\))](bold teal)"; + format = "[$state( \($name\))](bold white)"; }; git_branch = { symbol = ""; format = "[$symbol $branch ]($style)"; + style = "white"; }; git_status = { format = "[$all_status$ahead_behind ]($style)"; + style = "red"; }; golang = { symbol = " ";