Difference between revisions of "Colours"

From Vague Hope Wiki
Jump to: navigation, search
(New page: My dark colour scheme: <div style="background: #1A1A1A; padding: 1em;"> <p style=""> background: #1a1a1a</p> <p style="color: #00CC00;"> foreground: #00CC00 </p> <p style="color: #00CC00...)
 
Line 9: Line 9:
 
<p style="color: #3333FF;"> URL: #3333FF </p>
 
<p style="color: #3333FF;"> URL: #3333FF </p>
  
 +
 +
occurrences: #402000
 +
write occurrences: #663400
 +
 +
debug current instruction pointer: #454C3D
 +
 +
code:
 +
annotations #646464
 +
brackets: #00FF00
 +
classes: #E87AC3
 +
deprecated: #545454
 +
fields: #CABFFF
 +
keywords: #963DCC
 +
operators: #00FF00
 +
others: #00CC00
 +
static field: #CABFFF
 +
static method invocations: #00CC00
 +
strings: #70CCCB
  
  
 
</div>
 
</div>

Revision as of 01:44, 18 September 2009

My dark colour scheme:

background: #1a1a1a

foreground: #00CC00

active line background: #000000

URL: #3333FF


occurrences: #402000 write occurrences: #663400

debug current instruction pointer: #454C3D

code: annotations #646464 brackets: #00FF00 classes: #E87AC3 deprecated: #545454 fields: #CABFFF keywords: #963DCC operators: #00FF00 others: #00CC00 static field: #CABFFF static method invocations: #00CC00 strings: #70CCCB