Skip to content

Instantly share code, notes, and snippets.

@thiagobraga
Created August 11, 2020 19:19
Show Gist options
  • Save thiagobraga/e067bbf58ffe9953c06f402935652f9e to your computer and use it in GitHub Desktop.
Save thiagobraga/e067bbf58ffe9953c06f402935652f9e to your computer and use it in GitHub Desktop.
Colors for Apps Script One Dark
codeBackGround              = #31343f
generalBackGround           = #1e2127
generalText                 = #d8dee9
textSelectionBackground     = rgba(92,99,112,.5)
border                      = #242627
listItem                    = #bbb
listItemBackground          = #4b6eaf
listItemSelected            = #ccc
listItemBackgroundSelected  = rgba(92,99,112,.25)
listItemBackgroundSecondary = #49473f
tabBackGround               = #515658
scrollbar                   = rgba(134,130,115,.45)
dragBar                     = #31343f
dragBarHover                = #4d505b
folderText                  = #8a93ab
folderBackground            = #15151529
lineNumbers                 = #494f5a
breakpoint                  = #bf616a
cursor                      = #abb2bf
codePunctuation             = #bbb
keywords                    = #81a1c1
constants                   = #cc7832
numbers                     = #6897bb
definitions                 = #f1f1f1
topLevelVariable            = #88c0d0
localVariable               = #f1f1f1
objectProperties            = #d8dee9
operators                   = #bbb
comments                    = #616e88
string                      = #a3be8c
regularExpressions          = #d08770
errorsInHtml                = #bf616a
cssSelectors                = #8fbcbb
htmlTag                     = #ebcb8b
htmlAttribute               = #8fbcbb
htmlTemplate                = #00ecff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment