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,14 @@
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables":
{
},
"rules": [
{
"name": "Comment",
"scope": "comment",
"font_style": "italic",
},
]
}