diff --git a/home/modules/alacritty/colors.toml b/home/modules/alacritty/colors.toml index 12e8fa2..7e16607 100644 --- a/home/modules/alacritty/colors.toml +++ b/home/modules/alacritty/colors.toml @@ -1,9 +1,9 @@ # The 'GNOME Light" theme from GNOME terminal. [primary] -foreground = '#171421' -background = '#ffffea' -bright_foreground = '#5e5c64' +foreground = '#d0cfcc' +background = '#171421' +bright_foreground = '#ffffff' [normal] black = '#171421' @@ -18,9 +18,9 @@ white = '#d0cfcc' [bright] black = '#5e5c64' red = '#f66151' -green = '#33d17a' +green = '#33d17a' yellow = '#e9ad0c' blue = '#2a7bde' magenta = '#c061cb' cyan = '#33c7de' -white = '#ffffff' +white = '#ffffff' \ No newline at end of file diff --git a/home/modules/git.nix b/home/modules/git.nix index 990cd42..a0ea0af 100644 --- a/home/modules/git.nix +++ b/home/modules/git.nix @@ -28,7 +28,7 @@ in navigate = true; # use n and N to move between diff sections side-by-side = false; line-numbers = true; - light = true; + light = false; }; diff = { renames = "copies"; diff --git a/home/modules/helix/config/config.toml b/home/modules/helix/config/config.toml index 53eaf05..fa585ce 100644 --- a/home/modules/helix/config/config.toml +++ b/home/modules/helix/config/config.toml @@ -1,5 +1,3 @@ -theme = "acme" - [editor] line-number = "relative" mouse = true