mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
[zed] Switch to Nord
This commit is contained in:
@@ -5,8 +5,8 @@ clipboard-write = allow
|
|||||||
copy-on-select = true
|
copy-on-select = true
|
||||||
window-save-state = never
|
window-save-state = never
|
||||||
window-new-tab-position = end
|
window-new-tab-position = end
|
||||||
theme = Snazzy Soft
|
theme = Nord
|
||||||
font-family = Jetbrains Mono
|
font-family = JetBrainsMono Nerd Font
|
||||||
|
|
||||||
# Handled via Brew
|
# Handled via Brew
|
||||||
auto-update = off
|
auto-update = off
|
||||||
|
|||||||
@@ -69,12 +69,12 @@
|
|||||||
"**playbook*.yml",
|
"**playbook*.yml",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"ui_font_size": 16.0,
|
"ui_font_size": 14.0,
|
||||||
"buffer_font_size": 13.0,
|
"buffer_font_size": 13.0,
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "dark",
|
"mode": "dark",
|
||||||
"light": "One Light",
|
"light": "Nord Light",
|
||||||
"dark": "Snazzy Theme",
|
"dark": "Nord Dark",
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
"Python": {
|
"Python": {
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
"catppuccin-icons": true,
|
"catppuccin-icons": true,
|
||||||
"ansible": true,
|
"ansible": true,
|
||||||
"terraform-context-server": true,
|
"terraform-context-server": true,
|
||||||
"snazzy": true,
|
"nord": true,
|
||||||
},
|
},
|
||||||
"lsp": {
|
"lsp": {
|
||||||
"yaml-language-server": {
|
"yaml-language-server": {
|
||||||
|
|||||||
Reference in New Issue
Block a user