Created
March 20, 2025 12:02
-
-
Save leonkasovan/aa4ee1556bfb8cf50d54dc03dd8c329e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
font.base=$(font.monospace) | |
font.small=$(font.monospace) | |
font.comment=$(font.monospace) | |
font.text=$(font.monospace) | |
font.text.comment=$(font.monospace) | |
font.embedded.base=$(font.monospace) | |
font.embedded.comment=$(font.monospace) | |
font.vbs=$(font.monospace) | |
wrap=0 | |
buffers=10 | |
tabbar.hide.one=1 | |
split.vertical=0 | |
if PLAT_GTK | |
position.left=1 | |
position.top=10 | |
position.width=$(scale 1800) | |
position.height=$(scale 1200) | |
autocompleteword.automatic=1 | |
tabsize=4 | |
indent.size=4 | |
line.margin.visible=1 | |
highlight.current.word=1 | |
highlight.current.word.by.style=1 | |
highlight.current.word.colour=#00D040 | |
highlight.current.word.indicator=style:roundbox,colour:#0080FF,under,outlinealpha:140,fillalpha:80 | |
caret.line.back=#F3F3F3 | |
caret.line.frame=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment