Difference between revisions of "Colours"

From Vague Hope Wiki
Jump to: navigation, search
(Eclipse)
 
(16 intermediate revisions by the same user not shown)
Line 32: Line 32:
 
</div>
 
</div>
  
 +
== 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
 +
** purple (numbers): # (123,96,255)
 +
 +
* java
 +
** pink (classes): #E87AC3
 +
** brown (enums): #BB9377 (187,147,119)
 +
** dark-pale-blue (interfaces): #6681E8 (102,129,232)
 +
 +
* xml
 +
** tags: #00B300 (0,179,0)
 +
** strings: #70CCCB (112,204,203)
 +
** external strings: #70B5CC
 +
** text: #00FF00 (0,255,0)
 +
** comments: #3F7F5F (63,127,95)
 +
** instructions: #808080 (128,128,128)
 +
** declarations: #E87AC3 (232,112,195)
 +
 +
* comments
 +
** green comments: #3F7F5F
 +
** comment tasks: #7F9FBF
 +
** blue comments (jdoc): #3F5FBF
 +
 +
* Console
 +
** bg: #1A1A1A (dark)
 +
** out: #00B300 (green)
 +
** err: #FFBD00 (255,189,0) (yellow)
 +
** in: #1EDDFF (30,221,255) (light blue)
 +
 +
* WikiText
 +
** Headings: #00B300
 +
** Code: #9999EE
 +
 +
===  Pref files ===
 +
 +
[workspace]/.metadata/.plugins/org.eclipse.core.runtime/.settings/
 +
 +
* org.eclipse.jdt.ui.prefs
 +
* org.eclipse.ui.editors.prefs
 +
* org.eclipse.debug.ui.prefs
 +
* org.eclipse.ant.ui.prefs
 +
* org.epic.perleditor.prefs
 +
* org.eclipse.pde.ui.prefs
 +
* org.eclipse.wst.xml.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)
 +
 +
== References ==
 +
 +
* http://www.eclipsecolorthemes.org/?view=plugin
 +
* http://www.eclipsecolorthemes.org/?view=theme&id=1115
  
 
[[Category:dev]]
 
[[Category:dev]]

Latest revision as of 14:50, 9 June 2013

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
    • purple (numbers): # (123,96,255)
  • java
    • pink (classes): #E87AC3
    • brown (enums): #BB9377 (187,147,119)
    • dark-pale-blue (interfaces): #6681E8 (102,129,232)
  • xml
    • tags: #00B300 (0,179,0)
    • strings: #70CCCB (112,204,203)
    • external strings: #70B5CC
    • text: #00FF00 (0,255,0)
    • comments: #3F7F5F (63,127,95)
    • instructions: #808080 (128,128,128)
    • declarations: #E87AC3 (232,112,195)
  • comments
    • green comments: #3F7F5F
    • comment tasks: #7F9FBF
    • blue comments (jdoc): #3F5FBF
  • Console
    • bg: #1A1A1A (dark)
    • out: #00B300 (green)
    • err: #FFBD00 (255,189,0) (yellow)
    • in: #1EDDFF (30,221,255) (light blue)
  • WikiText
    • Headings: #00B300
    • Code: #9999EE

Pref files

[workspace]/.metadata/.plugins/org.eclipse.core.runtime/.settings/

  • org.eclipse.jdt.ui.prefs
  • org.eclipse.ui.editors.prefs
  • org.eclipse.debug.ui.prefs
  • org.eclipse.ant.ui.prefs
  • org.epic.perleditor.prefs
  • org.eclipse.pde.ui.prefs
  • org.eclipse.wst.xml.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)

References