Last active
March 26, 2020 11:42
-
-
Save OmegaRogue/6e776cf89fc736be91ce808e9d10ffee to your computer and use it in GitHub Desktop.
Jetbrain Darcula Colors
This file contains hidden or 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
--panel-background: #3C3F41; | |
--panel-foreground: #ADADAD; | |
--button-hover-background: #4B4F51; | |
--editor-background: #2B2B2B; | |
--editor-foreground: #A9B7C6; | |
--editor-sidebar-background: #313335; | |
--line-number: #606366; | |
--current-line: #A4A3A3; | |
--selected-tool: #343638; | |
--border: #555555; | |
--selection-background: #7fb0fb; | |
--selection-background-alt: #214283; | |
--selection-background-alt2: #0059bc; | |
--selection-background-alt3: #00317c; | |
--setting-text: #bbbbbb; | |
--single-line-comment:#808080; | |
--multi-line-comment:#619647; | |
--number:#6897BB; | |
--string:#A5C25C; | |
--keyword:#CB772F; | |
--special-method:#BED6FF; | |
--local-var:#7E7E7E; | |
--local-var-dec:#A9B7C6; | |
--field:#9876AA; | |
--deprecated:#D25252; | |
--enum:#7FB347; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment