obsidian, zed

This commit is contained in:
js0ny 2025-11-20 21:32:35 +00:00
parent 42beae4b0a
commit f68ac5a89a
10 changed files with 386 additions and 8 deletions

View file

@ -69,6 +69,9 @@ vim:ft=gotmpl
.config/rofi
.config/waybar
.config/ghostty
.config/zed/settings.json
.config/zed/keymap.json
.config/starship.toml
.local/share/kio/**
.local/share/fonts/**
{{ end }}

View file

@ -35,11 +35,9 @@ end
if get_system_theme() == 'dark' then
vim.o.background = 'dark'
vim.cmd.colorscheme("rose-pine")
vim.cmd.colorscheme("catppuccin-mocha")
else
vim.o.background = 'light'
vim.cmd.colorscheme("rose-pine")
vim.cmd.colorscheme("catppuccin-latte")
end
vim.cmd.colorscheme("rose-pine-moon")