Created
March 23, 2017 12:57
-
-
Save marrub--/76a6dcf445df215fd4b5170b5fa4be9f to your computer and use it in GitHub Desktop.
SLADE3 theme
This file contains 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
styleset { | |
name = "<current styleset>"; | |
default { | |
font = "Noto Mono"; | |
size = 10; | |
foreground = 212, 212, 212; | |
background = 29, 46, 39; | |
bold = 0; | |
italic = 0; | |
underlined = 0; | |
} | |
selection { | |
background = 150, 150, 150; | |
} | |
preprocessor { | |
foreground = 192, 192, 192; | |
} | |
comment { | |
foreground = 192, 192, 192; | |
} | |
string { | |
foreground = 121, 198, 165; | |
} | |
character { | |
foreground = 0, 141, 153; | |
} | |
keyword { | |
foreground = 119, 249, 171; | |
} | |
constant { | |
foreground = 190, 132, 255; | |
} | |
function { | |
} | |
number { | |
} | |
operator { | |
foreground = 248, 78, 163; | |
} | |
bracematch { | |
foreground = 255, 255, 255; | |
background = 34, 80, 34; | |
bold = 1; | |
} | |
bracebad { | |
foreground = 255, 255, 255; | |
background = 51, 34, 34; | |
bold = 1; | |
} | |
linenum { | |
} | |
calltip { | |
} | |
calltip_hl { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment