update zed + ohmyposh configs
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"time_format": "15:04"
|
||||
},
|
||||
"style": "plain",
|
||||
"template": "[{{ .CurrentDate | date .Format }}]",
|
||||
"template": "\uf017 {{ .CurrentDate | date .Format }}",
|
||||
"type": "time"
|
||||
},
|
||||
{
|
||||
@@ -56,16 +56,12 @@
|
||||
"type": "status",
|
||||
"style": "plain",
|
||||
"foreground": "#b8ff75",
|
||||
"foreground_templates": [
|
||||
"{{ if gt .Code 0 }}#E06C75{{ end }}"
|
||||
],
|
||||
"foreground_templates": ["{{ if gt .Code 0 }}#E06C75{{ end }}"],
|
||||
"template": " x{{ reason .Code }}"
|
||||
},
|
||||
{
|
||||
"foreground": "#b8ff75",
|
||||
"foreground_templates": [
|
||||
"{{ if gt .Code 0 }}#E06C75{{ end }}"
|
||||
],
|
||||
"foreground": "#E5C07B",
|
||||
"foreground_templates": ["{{ if gt .Code 0 }}#E06C75{{ end }}"],
|
||||
"properties": {
|
||||
"style": "roundrock",
|
||||
"always_enabled": true
|
||||
@@ -120,4 +116,4 @@
|
||||
},
|
||||
"final_space": true,
|
||||
"version": 2
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +35,8 @@
|
||||
"cmd-h": "zed::Hide",
|
||||
"alt-cmd-h": "zed::HideOthers",
|
||||
"cmd-m": "zed::Minimize",
|
||||
"ctrl-cmd-f": "zed::ToggleFullScreen"
|
||||
"ctrl-cmd-f": "zed::ToggleFullScreen",
|
||||
"ctrl-r": "projects::OpenRecent"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Ayu Light",
|
||||
"light": "One Light",
|
||||
"dark": "Catppuccin Mocha"
|
||||
},
|
||||
"scrollbar": {
|
||||
@@ -31,10 +31,10 @@
|
||||
},
|
||||
"scroll_beyond_last_line": "vertical_scroll_margin",
|
||||
"vertical_scroll_margin": 20,
|
||||
"ui_font_family": "SF Mono",
|
||||
// "ui_font_family": ".SystemUIFont",
|
||||
"ui_font_features": {},
|
||||
"ui_font_size": 17,
|
||||
"buffer_font_family": "SF Mono",
|
||||
"buffer_font_family": "Rec Mono Linear",
|
||||
"buffer_font_size": 15,
|
||||
"terminal": {
|
||||
"font_family": "FiraCode Nerd Font Mono"
|
||||
@@ -43,7 +43,8 @@
|
||||
"soft_wrap": "editor_width",
|
||||
"tabs": {
|
||||
"close_position": "left",
|
||||
"git_status": true
|
||||
"git_status": true,
|
||||
"file_icons": true
|
||||
},
|
||||
"notification_panel": {
|
||||
"button": false
|
||||
|
||||
Reference in New Issue
Block a user