diff --git a/docs/release-notes/rl-0.7.md b/docs/release-notes/rl-0.7.md index 55746f2..817c829 100644 --- a/docs/release-notes/rl-0.7.md +++ b/docs/release-notes/rl-0.7.md @@ -193,6 +193,10 @@ everyone. - Add [](#opt-vim.dashboard.dashboard-nvim.setupOpts) to allow user configuration for [dashboard.nvim](https://github.com/nvimdev/dashboard-nvim) +- Update `lualine.nvim` input and add missing themes: + - Adds `ayu`, `gruvbox_dark`, `iceberg`, `moonfly`, `onedark`, + `powerline_dark` and `solarized_light` themes. + [ppenguin](https://github.com/ppenguin): - Telescope: diff --git a/flake.lock b/flake.lock index ecc02f2..7775fb1 100644 --- a/flake.lock +++ b/flake.lock @@ -799,11 +799,11 @@ "plugin-lualine": { "flake": false, "locked": { - "lastModified": 1712310396, - "narHash": "sha256-WcH2dWdRDgMkwBQhcgT+Z/ArMdm+VbRhmQftx4t2kNI=", + "lastModified": 1723473562, + "narHash": "sha256-gCm7m96PkZyrgjmt7Efc+NMZKStAq1zr7JRCYOgGDuE=", "owner": "hoob3rt", "repo": "lualine.nvim", - "rev": "0a5a66803c7407767b799067986b4dc3036e1983", + "rev": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056", "type": "github" }, "original": { diff --git a/modules/plugins/statusline/lualine/lualine.nix b/modules/plugins/statusline/lualine/lualine.nix index 20b78af..1f694ea 100644 --- a/modules/plugins/statusline/lualine/lualine.nix +++ b/modules/plugins/statusline/lualine/lualine.nix @@ -17,29 +17,36 @@ "ayu_dark" "ayu_light" "ayu_mirage" + "ayu" "codedark" "dracula" "everforest" "gruvbox" + "gruvbox_dark" "gruvbox_light" "gruvbox_material" "horizon" "iceberg_dark" "iceberg_light" + "iceberg" "jellybeans" "material" "modus_vivendi" "molokai" + "moonfly" "nightfly" "nord" "oceanicnext" + "onedark" "onelight" "palenight" "papercolor_dark" "papercolor_light" + "powerline_dark" "powerline" "seoul256" "solarized_dark" + "solarized_light" "tomorrow" "wombat" ];