Skip to content

Commit

Permalink
Fix font size value type
Browse files Browse the repository at this point in the history
Fixes #227
  • Loading branch information
deathaxe committed Sep 25, 2024
1 parent 0b6c017 commit 96eb4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spacegray.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
// global font settings
"font_face": "system",
"font_size": "12pt",
"font_size": 12,

// additional variations
"base-00": "rgb(28, 31, 38)",
Expand Down

0 comments on commit 96eb4ea

Please sign in to comment.