update font settings

This commit is contained in:
2025-03-15 21:40:09 +01:00
parent 1c66feaa2a
commit 3aaee7e472
3 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
// These settings override both User and Default settings for the Plain text syntax
{
}

View File

@@ -3,8 +3,13 @@
[
"Vintage",
],
"font_size": 17,
"font_size": 16,
"index_files": false,
"theme": "Solarized (dark).sublime-theme",
"color_scheme": "Solarized (dark).sublime-color-scheme",
//"font_face": "Cascadia Code Light",
"font_face": "MonoLisa",
"font_options": [
"ss01",
],
}

View File

@@ -0,0 +1,14 @@
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables":
{
},
"rules": [
{
"name": "Comment",
"scope": "comment",
"font_style": "italic",
},
]
}