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.
|
|
|
|
{
|
2023-02-17 09:50:01 +01:00
|
|
|
"font_face": "MonoLisa",
|
2023-02-17 09:29:14 +01:00
|
|
|
{{- if eq .chezmoi.os "darwin" }}
|
|
|
|
"font_size": 17,
|
|
|
|
{{- else }}
|
|
|
|
"font_size": 14,
|
|
|
|
{{- end }}
|
2023-02-17 09:50:01 +01:00
|
|
|
"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
|
|
|
}
|