Created
January 5, 2022 19:29
-
-
Save 0xabad1dea/22cf2ff8ca20176926b74dd87df5d435 to your computer and use it in GitHub Desktop.
candy girly theme for tilde text editor
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
config_version = 1 | |
%terminals { | |
name = "xterm-256color" | |
key_timeout = -1000 | |
} | |
make_backup = false | |
hide_menubar = false | |
parse_file_positions = true | |
disable_primary_selection_over_ssh = false | |
color = true | |
attributes { | |
text = ( "fg 57", "bg 230" ) | |
text_selection_cursor = ( "fg 92", "bg 199" ) | |
text_selection_cursor2 = ( "fg 92", "bg 199" ) | |
text_cursor = ( "fg 92", "bg 218" ) | |
text_selected = ( "fg 166", "bg 254" ) | |
meta_text = ( "fg cyan", "bg 230" ) | |
brace_highlight = ( "fg 200", "bg 230", "bold" ) | |
button_selected = ( "fg 234", "bg 79" ) | |
menubar = ( "fg 234", "bg 158" ) | |
menubar_selected = ( "fg 253", "bg 79" ) | |
dialog = ( "fg 234", "bg 158" ) | |
dialog_selected = ( "fg 234", "bg 79" ) | |
scrollbar = ( "fg 219", "bg 229" ) | |
shadow = ( "fg default", "bg 240" ) | |
hotkey_highlight = ( "fg 234", "underline", "bold" ) | |
background = ( "bg 240" ) | |
} | |
highlight_attributes { | |
comment = ( "fg 135" ) | |
comment-keyword = ( "fg 208" ) | |
number = ( "fg 27" ) | |
string = ( "fg 198" ) | |
misc = ( "fg 33" ) | |
keyword = ( "fg 39" ) | |
variable = ( "fg 19" ) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment