Skip to content

Instantly share code, notes, and snippets.

@0xabad1dea
Created January 5, 2022 19:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xabad1dea/22cf2ff8ca20176926b74dd87df5d435 to your computer and use it in GitHub Desktop.
Save 0xabad1dea/22cf2ff8ca20176926b74dd87df5d435 to your computer and use it in GitHub Desktop.
candy girly theme for tilde text editor
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