Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marrub--
Created March 23, 2017 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrub--/76a6dcf445df215fd4b5170b5fa4be9f to your computer and use it in GitHub Desktop.
Save marrub--/76a6dcf445df215fd4b5170b5fa4be9f to your computer and use it in GitHub Desktop.
SLADE3 theme
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