dotfiles/.chezmoitemplates/Preferences.sublime-settings.tmpl

20 lines
565 B
Cheetah

// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"font_face": "MonoLisa",
{{- if eq .chezmoi.os "darwin" }}
"font_size": 17,
{{- else }}
"font_size": 14,
{{- end }}
"scroll_past_end": 0.7,
"rulers": [88],
"ruler_style": "stippled",
"ignored_packages":
[
"Vintage",
],
"color_scheme": "auto",
"dark_color_scheme": "Catppuccin Mocha.sublime-color-scheme",
"light_color_scheme": "Catppuccin Latte.sublime-color-scheme",
}