update font settings
This commit is contained in:
4
Packages/User/Plain text.sublime-settings
Normal file
4
Packages/User/Plain text.sublime-settings
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
// These settings override both User and Default settings for the Plain text syntax
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -3,8 +3,13 @@
|
|||||||
[
|
[
|
||||||
"Vintage",
|
"Vintage",
|
||||||
],
|
],
|
||||||
"font_size": 17,
|
"font_size": 16,
|
||||||
"index_files": false,
|
"index_files": false,
|
||||||
"theme": "Solarized (dark).sublime-theme",
|
"theme": "Solarized (dark).sublime-theme",
|
||||||
"color_scheme": "Solarized (dark).sublime-color-scheme",
|
"color_scheme": "Solarized (dark).sublime-color-scheme",
|
||||||
|
//"font_face": "Cascadia Code Light",
|
||||||
|
"font_face": "MonoLisa",
|
||||||
|
"font_options": [
|
||||||
|
"ss01",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
14
Packages/User/Solarized (dark).sublime-theme
Normal file
14
Packages/User/Solarized (dark).sublime-theme
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
// Documentation at https://www.sublimetext.com/docs/themes.html
|
||||||
|
{
|
||||||
|
|
||||||
|
"variables":
|
||||||
|
{
|
||||||
|
},
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"name": "Comment",
|
||||||
|
"scope": "comment",
|
||||||
|
"font_style": "italic",
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user