1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
File Name: Solarized-light.xml
Style Name: Solarized-light
Description: Solarized theme for Notepad++.
Based on Solarized by Ethan Schoonover
Official Solarized home page: http://ethanschoonover.com/solarized
Commpliance: Nearly complete (see README.txt for exceptions).
Supported languages: All the languages supported by release 6.7.4
Created by: Paul Neubauer (PaulRNeubauer at gmail dot com)
Last Modified: 1/14/2015
Added support for CoffeeScript.
Released: 3/7/2012
License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons
Attribution 3.0 Unported License. You are free to to copy,
distribute and transmit the work, to adapt the work, or to make
commercial use of the work under the condition that you must
attribute the work in the manner specified by the author or
licensor (but not in any way that suggests that they endorse you
or your use of the work). See
http://creativecommons.org/licenses/by/3.0/
for a legal description of the license terms. Briefly, this
means: please note in derivatives of this theme, that they are
based on my work. Of course, if you are using this file as no
more than a framework for an entirely different color scheme, you
may, and should, omit such attribution.
Requirements:
* This theme is based on the Inconsolata-dz font http://media.nodnod.net/Inconsolata-dz.otf.zip
However, that font may be replaced in the "GlobalStyles" section of this
file, where it is found in only the "Global override" and "Default Style" lines.
Fonts are not separately specified anywhere else in this version of the style file.
Note 3/29/2012: I have replaced Inconsola-dz with Consolas, since Consolas is
installed by default in recent versions of Windows.
* Notepad++, of course.
Installation:
Copy this file to C:\Program Files (x86)\Notepad++\themes OR
For WindowsXP:
Copy this file to C:\Documents and Settings\%%USERNAME%%\Application Data\Notepad++\themes
For Windows Vista or 7:
Copy this file to C:\Users\%%USERNAME%%\AppData\Roaming\Notepad++\themes
//-->
<Flamerobin>
<LexerStyles>
<LexerType name="diff" desc="DIFF" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMAND" styleID="2" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEADER" styleID="3" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POSITION" styleID="4" fgColor="CB4B16" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DELETED" styleID="5" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="ADDED" styleID="6" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="5" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="STRING" styleID="6" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
</LexerStyles>
<GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="657B83" bgColor="FDF6E3" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="DC322F" bgColor="859900" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="EEE8D5" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="073642" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="073642" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="93A1A1" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="93A1A1" bgColor="EEE8D5" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="EEE8D5" />
<WidgetStyle name="Fold" styleID="0" fgColor="93A1A1" bgColor="EEE8D5" />
<WidgetStyle name="Fold active" styleID="0" fgColor="DC322F" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="93A1A1" bgColor="EEE8D5" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="B58900" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="002B36" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6C71C4" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="DC322F" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="268BD2" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="2AA198" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="859900" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="B58900" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="FDF6E3" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="CB4B16" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="CB4B16" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="CB4B16" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FDF6E3" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="073642" bgColor="93A1A1" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="808040" />
</GlobalStyles>
</Flamerobin>
|