scripts/themes/porple.sss

102 lines
1.1 KiB
Plaintext

styleset {
name = "porple";
default {
font = "Px437 IBM VGA8";
size = 12;
foreground = 216, 216, 216;
background = 41, 44, 54;
bold = 0;
italic = 0;
underlined = 0;
}
selection {
background = 71, 65, 96;
}
preprocessor {
foreground = 239, 161, 107;
}
comment {
foreground = 101, 86, 138;
}
comment_doc {
foreground = 100, 135, 143;
}
string {
foreground = 149, 199, 111;
}
character {
foreground = 248, 69, 71;
}
keyword {
foreground = 183, 73, 137;
}
constant {
foreground = 210, 142, 93;
}
type {
foreground = 239, 161, 107;
}
property {
foreground = 248, 69, 71;
}
function {
foreground = 132, 133, 206;
}
number {
foreground = 210, 142, 93;
}
operator {
}
bracematch {
bold = 1;
}
bracebad {
foreground = 41, 44, 54;
background = 248, 69, 71;
bold = 1;
}
linenum {
foreground = 101, 86, 138;
background = 51, 51, 68;
}
calltip {
}
calltip_hl {
}
foldmargin {
foreground = 101, 86, 138;
background = 51, 51, 68;
}
guides {
}
wordmatch {
}
current_line {
background = 51, 51, 68;
}
}