Created
May 3, 2022 11:39
-
-
Save ivankovnatsky/fb281917a17b3d495bee1bf8c2d8a1ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"colors": { | |
"primary": { | |
"background": "#000000" | |
} | |
}, | |
"font": { | |
"bold": { | |
"family": "Hack Nerd Font Mono" | |
}, | |
"bold_italic": { | |
"family": "Hack Nerd Font Mono" | |
}, | |
"draw_bold_text_with_bright_colors": true, | |
"italic": { | |
"family": "Hack Nerd Font Mono" | |
}, | |
"normal": { | |
"family": "Hack Nerd Font Mono" | |
}, | |
"size": 9.5 | |
}, | |
"live_config_reload": true, | |
"selection": { | |
"save_to_clipboard": true | |
}, | |
"window": { | |
"decorations": "none" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment