Difference between revisions of "Colours"

From Vague Hope Wiki
Jump to: navigation, search
(Eclipse)
(Eclipse)
Line 55: Line 55:
 
* java
 
* java
 
** pink (classes): #E87AC3
 
** pink (classes): #E87AC3
 +
 +
* xml
 +
** tags: #00B300
 +
** strings: #70CCCB
 +
** text: #00FF00
 +
** comments: #3F7F5F
 +
** instructions: #808080
 +
** declarations: #E87AC3
  
 
* comments
 
* comments

Revision as of 09:27, 28 February 2010

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

todo: javadoc, comments.

Eclipse

  • bg: #1A1A1A
  • general
    • green: #00B300
    • light green: #00FF00
  •  ?
    • grey: #646464
    • dark grey: #545454
  • keywords
    • purple: #963DCC
    • dark purple: #A020F0
  • literals
    • pale blue (Strings): #70CCCB
    • (literal2) : #70B5CC
    • orangy yellow (number): #FFA900
  • java
    • pink (classes): #E87AC3
  • xml
    • tags: #00B300
    • strings: #70CCCB
    • text: #00FF00
    • comments: #3F7F5F
    • instructions: #808080
    • declarations: #E87AC3
  • comments
    • green comments: #3F7F5F
    • comment tasks: #7F9FBF
    • blue comments (jdoc): #3F5FBF
  • eclipse files
    • [workspace]\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.jdt.ui.prefs
    • [workspace]\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.editors.prefs
    • [workspace]\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.debug.ui.prefs

System

  • windows : #333333 (51,51,51) | #99CCFF (153,204,255) (light blue)
  • edit area bg : #B5B5CC (181,181,204) (off-white) | #000000
  • selected : #000000 | #6699FF (102,153,255)
  • tooltips : #555555 (85,85,85) | #DDDDDD (221,221,221)