Skip to content

Instantly share code, notes, and snippets.

@Logerfo
Created June 25, 2019 19:02
Show Gist options
  • Save Logerfo/273036e4f3fcd4ae2de3608ef500583d to your computer and use it in GitHub Desktop.
Save Logerfo/273036e4f3fcd4ae2de3608ef500583d to your computer and use it in GitHub Desktop.

Revisions

  1. Logerfo created this gist Jun 25, 2019.
    17 changes: 17 additions & 0 deletions colors.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    Colors are formatted as R, G, B

    Custom background = 42, 42, 42
    Custom foreground = 255, 255, 255
    Margin background = 55, 55, 55

    Caret = 255, 255, 255

    Multiline comment = 0, 255, 64
    Single line comment = 0, 255, 64
    SQL doc = 127, 127, 127
    Number = 255, 255, 0
    Keyword = 0, 128, 255
    Double quoted string = 255, 0, 255
    Single quoted string = 255, 0, 255
    Operator = 255, 255, 255
    Identifier = 255, 255, 255