diff --git a/home/dconf.nix b/home/dconf.nix index e1a9635..ac29248 100644 --- a/home/dconf.nix +++ b/home/dconf.nix @@ -32,7 +32,6 @@ with lib.hm.gvariant; clock-show-date = true; clock-show-seconds = false; clock-show-weekday = true; - color-scheme = "prefer-dark"; enable-animations = true; enable-hot-corners = false; font-antialiasing = "grayscale"; diff --git a/home/modules/alacritty/colors.toml b/home/modules/alacritty/colors.toml index 2a57edb..3f7eb25 100644 --- a/home/modules/alacritty/colors.toml +++ b/home/modules/alacritty/colors.toml @@ -1,28 +1,28 @@ -# XTerm's default colors +# Colors (Solarized Light) # Default colors [colors.primary] -background = '#ffffff' -foreground = '#000000' +background = '#fdf6e3' +foreground = '#586e75' # Normal colors [colors.normal] -black = '#000000' -red = '#cd0000' -green = '#00cd00' -yellow = '#cdcd00' -blue = '#0000ee' -magenta = '#cd00cd' -cyan = '#00cdcd' -white = '#e5e5e5' +black = '#073642' +red = '#dc322f' +green = '#859900' +yellow = '#b58900' +blue = '#268bd2' +magenta = '#d33682' +cyan = '#2aa198' +white = '#eee8d5' # Bright colors [colors.bright] -black = '#7f7f7f' -red = '#ff0000' -green = '#00ff00' -yellow = '#ffff00' -blue = '#5c5cff' -magenta = '#ff00ff' -cyan = '#00ffff' -white = '#ffffff' +black = '#002b36' +red = '#cb4b16' +green = '#586e75' +yellow = '#657b83' +blue = '#839496' +magenta = '#6c71c4' +cyan = '#93a1a1' +white = '#fdf6e3' diff --git a/home/modules/helix/config/config.toml b/home/modules/helix/config/config.toml index 4d4c3ef..41cf786 100644 --- a/home/modules/helix/config/config.toml +++ b/home/modules/helix/config/config.toml @@ -1,4 +1,4 @@ -theme = "emacs" +theme = "solarized_light" [editor] line-number = "relative"