IT/프로그래밍 관련

Visual Studio 2003 색깔 설정

KSI 2010. 4. 27. 14:56

<스크린샷>


아래는 설정에서 해줘야 할 색깔
Item Name Foreground Background
Plain Text     (224,224,224)     (24,24,24)
Selected Text     (0,0,0)     (102,204,102)
Inactive Selected Text     default     default
Indicator Margin     default     default
Line Numbers     (128,128,128)     default
Brace Matching (Highlight)     (248,248,248)     default
Brace Matching (Rectangle)     default     (0,0,128)
Code Snippet Dependent Field     default     default
Code Snippet Field     default     (0,64,0)
Comment     (192,128,192)     default
CSS Comment     (192,128,192)     default
CSS Keyword     (95,95,216)     default
CSS Property Name     (95,95,216)     default
CSS Property Value     (199,199,241)     default
CSS Selector     (254,241,169)     default
CSS String Value     (96,255,96)     default
HTML Attribute     (199,199,241)     default
HTML Attribute Value     (199,199,241)     default
HTML Comment     (192,128,192)     default
HTML Element Name     (95,95,216)     default
HTML Entity     (95,95,216)     default
HTML Operator     (95,95,216)     default
HTML Server-Side Script     (254,241,169)     default
HTML Tag Delimiter     (95,95,216)     default
Identifier     (254,241,169)     default
Keyword     (128,128,192)     default
Preprocessor Keyword     (128,128,255)     default
String     (96,255,96)     default
String (C# @ Verbatim)     (96,255,96)     default
User Keywords     (95,95,216)     default
User Types     (199,199,241)     default
User Types (Delegates)     (199,199,241)     default
User Types (Enums)     (199,199,241)     default
User Types (Interfaces)     (199,199,241)     default
User Types (Value types)     (199,199,241)     default
XML Attribute     (199,199,241)     default
XML Attribute Quotes     (96,255,96)     default
XML Attribute Value     (96,255,96)     default
XML Comment     (192,128,192)     default
XML Delimiter     (95,95,216)     default
XML Doc Comment     (192,128,192)     default
XML Keyword     (95,95,216)     default
XML Name     (95,95,216)     default
XML Text     (248,248,248)     default
XSLT Keyword     (244,122,0)     default



출처 - http://www.agileprogrammer.com/dotnetguy/archive/2006/09/07/19030.aspx