Jetbrains Mono -> IBM Plex Mono.

This commit is contained in:
Gabriel Simmer 2020-09-18 14:15:11 +01:00
parent 2ff5c9e484
commit 506503239b
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9
4 changed files with 8 additions and 4 deletions

View file

@ -106,7 +106,7 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: "JetBrains Mono" family: "IBM Plex Mono"
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Regular

View file

@ -1,6 +1,6 @@
profile { profile {
output eDP-1 disable output eDP-1 disable
output DP-5 mode 2560x1440@165Hz position 0,0 output DP-6 mode 2560x1440@165Hz position 0,0
} }
profile { profile {

View file

@ -10,6 +10,7 @@
"Golang Build", "Golang Build",
"JSX", "JSX",
"LSP", "LSP",
"LSP-yaml",
"Markdown Extended", "Markdown Extended",
"Package Control", "Package Control",
"Rust Enhanced", "Rust Enhanced",

View file

@ -1,6 +1,6 @@
{ {
"color_scheme": "Monokai Pro (Filter Spectrum).sublime-color-scheme", "color_scheme": "Monokai Pro (Filter Spectrum).sublime-color-scheme",
"font_face": "JetBrains Mono", "font_face": "IBM Plex Mono",
"font_size": 12, "font_size": 12,
"ignored_packages": "ignored_packages":
[ [
@ -11,5 +11,8 @@
[ [
80 80
], ],
"theme": "Monokai Pro (Filter Spectrum).sublime-theme" "theme": "Monokai Pro (Filter Spectrum).sublime-theme",
"monokai_pro_minimal": true,
"monokai_pro_highlight_open_folders": true,
"monokai_pro_style_title_bar": true
} }