Skip to content

Commit

Permalink
Merge pull request #87 from redyf/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
redyf authored Apr 17, 2024
2 parents 2b6d2ae + 03a1ae1 commit 1b3d624
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions config/colorschemes/rose-pine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
colorschemes = {
rose-pine = {
enable = false;
style = "main"; # "main", "moon", "dawn" or raw lua code
disableItalics = false;
transparentFloat = true;
transparentBackground = true;
variant = "main"; # "main", "moon", "dawn" or raw lua code
settings = {
styles = {
italic = true;
bold = true;
transparency = false;
};
};
};
};
}

0 comments on commit 1b3d624

Please sign in to comment.