Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created August 11, 2016 18:05
Show Gist options
  • Save jerstlouis/a122c23ca4e34f5dd0f169b3bdafd586 to your computer and use it in GitHub Desktop.
Save jerstlouis/a122c23ca4e34f5dd0f169b3bdafd586 to your computer and use it in GitHub Desktop.
{
name = "Blueish",
selectionColor = 0x00FFFFE0,
selectionText = 0x001E2832,
viewsBackground = 0x001E2832,
viewsText = 0x00D3D3D3,
outputBackground = 0x00000000,
outputText = 0x0000FF00,
projectViewBackground = 0x001E2832,
projectViewText = 0x00D3D3D3,
codeEditorBG = 0x153653,
codeEditorFG = 0x00FFFFFF,
marginColor = 0x00303030,
selectedMarginColor = 0x00404040,
lineNumbersColor = 0x00939395,
sheetSelectionColor = 0x00AADCFF,
sheetSelectionText = 0x00000000,
syntaxColors = {
commentColor = 0x00FFD380,
charLiteralColor = 0x0089DE00,
stringLiteralColor = 0x00ADD8E6,
preprocessorColor = 0x00009200,
numberColor = 0x00FFFF00,
keywordColors = [
0x0000FF00,
0x0000FF00
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment