nvim theme switching
This commit is contained in:
parent
f8934d532d
commit
78f5feb596
|
@ -7,7 +7,7 @@ autogenerated = 0 # remove this line to remove the warning
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=eDP-1,1920x1080@60,auto,auto
|
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
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,11 @@ local M = {}
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
theme = "catppuccin",
|
theme = "catppuccin",
|
||||||
|
theme_toggle = {"catppuccin", "falcon",},
|
||||||
|
|
||||||
|
statusline = {
|
||||||
|
theme = "default"
|
||||||
|
}
|
||||||
|
|
||||||
-- hl_override = {
|
-- hl_override = {
|
||||||
-- Comment = { italic = true },
|
-- Comment = { italic = true },
|
||||||
|
|
Loading…
Reference in New Issue