nvim theme switching

This commit is contained in:
yyasha 2024-05-10 17:58:09 +03:00
parent f8934d532d
commit 78f5feb596
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ autogenerated = 0 # remove this line to remove the warning
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=eDP-1,1920x1080@60,auto,auto
monitor=HDMI-A-1,1920x1080@75,auto,1
monitor=HDMI-A-1,2560x1440@144,auto,1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more

View File

@ -6,6 +6,11 @@ local M = {}
M.ui = {
theme = "catppuccin",
theme_toggle = {"catppuccin", "falcon",},
statusline = {
theme = "default"
}
-- hl_override = {
-- Comment = { italic = true },