diff --git a/config/plugins/themes/default.nix b/config/plugins/themes/default.nix index 8cba6ba..d5a2d84 100644 --- a/config/plugins/themes/default.nix +++ b/config/plugins/themes/default.nix @@ -4,39 +4,41 @@ in { colorschemes = { catppuccin = { enable = true; - background = { - light = "macchiato"; - dark = "mocha"; - }; - flavour = "frappe"; # "latte", "mocha", "frappe", "macchiato" or raw lua code - disableBold = false; - disableItalic = false; - disableUnderline = false; - transparentBackground = true; - integrations = { - cmp = true; - noice = true; - notify = true; - gitsigns = true; - which_key = true; - illuminate = { - enabled = true; + settings = { + background = { + light = "macchiato"; + dark = "mocha"; }; - treesitter = true; - treesitter_context = true; - telescope.enabled = true; - indent_blankline.enabled = true; - mini.enabled = true; - native_lsp = { - enabled = true; - inlay_hints = { - background = true; + flavour = "frappe"; # "latte", "mocha", "frappe", "macchiato" or raw lua code + no_bold = false; + no_italic = false; + no_underline = false; + transparent_background = true; + integrations = { + cmp = true; + noice = true; + notify = true; + gitsigns = true; + which_key = true; + illuminate = { + enabled = true; }; - underlines = { - errors = ["underline"]; - hints = ["underline"]; - information = ["underline"]; - warnings = ["underline"]; + treesitter = true; + treesitter_context = true; + telescope.enabled = true; + indent_blankline.enabled = true; + mini.enabled = true; + native_lsp = { + enabled = true; + inlay_hints = { + background = true; + }; + underlines = { + errors = ["underline"]; + hints = ["underline"]; + information = ["underline"]; + warnings = ["underline"]; + }; }; }; }; diff --git a/flake.lock b/flake.lock index 0cdd577..aeba10b 100644 --- a/flake.lock +++ b/flake.lock @@ -212,11 +212,11 @@ ] }, "locked": { - "lastModified": 1712645849, - "narHash": "sha256-67v20E0gH7nvAaMsah2oRIocnxGO25fATUyzQHIywxQ=", + "lastModified": 1712759992, + "narHash": "sha256-2APpO3ZW4idlgtlb8hB04u/rmIcKA8O7pYqxF66xbNY=", "owner": "nix-community", "repo": "home-manager", - "rev": "40a99619da804a78a0b166e5c6911108c059c3a8", + "rev": "31357486b0ef6f4e161e002b6893eeb4fafc3ca9", "type": "github" }, "original": { @@ -309,11 +309,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1712926768, - "narHash": "sha256-NQhU4yhHPan0ojwN5nKg2+dJZrxqcv0UkUreQCW2Xjw=", + "lastModified": 1713008785, + "narHash": "sha256-fblaj6/83OQYrD1UHBjLapxjGQaC4edouX4g2X8CVhk=", "owner": "nix-community", "repo": "nixvim", - "rev": "38a4fc7709343eb6e15ebb483e141fd95be28122", + "rev": "21c233919d747d3375e3a173b65f7f26ccf01256", "type": "github" }, "original": { @@ -337,11 +337,11 @@ ] }, "locked": { - "lastModified": 1712579741, - "narHash": "sha256-igpsH+pa6yFwYOdah3cFciCk8gw+ytniG9quf5f/q84=", + "lastModified": 1712897695, + "narHash": "sha256-nMirxrGteNAl9sWiOhoN5tIHyjBbVi5e2tgZUgZlK3Y=", "owner": "cachix", "repo": "pre-commit-hooks.nix", - "rev": "70f504012f0a132ac33e56988e1028d88a48855c", + "rev": "40e6053ecb65fcbf12863338a6dcefb3f55f1bf8", "type": "github" }, "original": {