forked from ChatTheatre/orchil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme-skotos.css
19 lines (18 loc) · 933 Bytes
/
theme-skotos.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#debugtoolbar {color:#c7c7c7; background-color:#060b0e;}
#commandinput {color:#c7c7c7; background-color:#060b0e; border-color:black;}
#output .error {color:#990000; font-weight:100;}
#output .gengrey {color:#646464;}
#output .genwhite {color:#060b0e;}
#output .genred {color:#e12000;}
#output .gengreen {color:#00cd20;}
#output .genorange {color:#ff9b00;}
#output .genblue {color:#3C5CFF;}
#output .genpink {color:#e119e1; text-shadow: #f0f 1px 0 10px;}
#output .gencyan {color:#00cde1;}
#output .genblack {color:#ffffff;}
#output tbody tr:nth-child(odd) { background-color: #222;}
#output tbody tr:nth-child(even) { background-color: #111;}
#output thead tr:nth-child(even) { background-color: #333;}
#output thead tr:nth-child(odd) { background-color: #2a2a2a;}
#output .columnized > *:nth-child(odd) { color: #ffffff;}
#output {color:#c7c7c7; background-color:#060b0e; border-color:black;}