Skip to content

Commit

Permalink
Update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
izzqz committed Sep 21, 2024
1 parent fb7f727 commit c2de437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/editor.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SEE: https://docs.helix-editor.com/configuration.html
{
theme = "monokai_pro_spectrum";
theme = "ayu_evolve";
editor = {
# Number of lines of padding around the edge of the screen when scrolling
# Number of inlines of padding around the edge of the screen when scrolling
scrolloff = 5;

# Enable mouse mode
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
mkdir -p $out/config/helix
cp ${configToml} $out/config/helix/config.toml
cp ${languagesToml} $out/config/helix/languages.toml
cp -r ${./config/themes} $out/config/helix/themes
wrapProgram $out/bin/hx \
--set XDG_CONFIG_HOME "$out/config" \
--prefix PATH : ${pkgs.lib.makeBinPath helixDeps}
Expand Down

0 comments on commit c2de437

Please sign in to comment.