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

21 lines
565 B
Cheetah
Raw Normal View History

2023-01-30 16:26:50 +01:00
// 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",
],
2024-11-19 17:16:03 +01:00
"color_scheme": "auto",
"dark_color_scheme": "Catppuccin Mocha.sublime-color-scheme",
"light_color_scheme": "Catppuccin Latte.sublime-color-scheme",
2023-01-30 16:26:50 +01:00
}