Last active
January 19, 2017 20:27
-
-
Save kkoziarski/3b5bf6fd139a0bd982a9c9864c7c5dd4 to your computer and use it in GitHub Desktop.
Monokai theme for Double Commander. Edit C:\Users\USER\AppData\Roaming\doublecmd\doublecmd.xml and replace <Colors> section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--REPLACE <Colors> and <SearchTemplates> --> | |
<Colors> | |
<UseCursorBorder>False</UseCursorBorder> | |
<CursorBorderColor>-2147483635</CursorBorderColor> | |
<UseFrameCursor>True</UseFrameCursor> | |
<Foreground>305780</Foreground> | |
<Background>2238503</Background> | |
<Background2>2238503</Background2> | |
<Cursor>16089859</Cursor> | |
<CursorText>-2147483634</CursorText> | |
<Mark>4916467</Mark> | |
<InactiveCursor>-2147483645</InactiveCursor> | |
<InactiveMark>128</InactiveMark> | |
<UseInvertedSelection>False</UseInvertedSelection> | |
<UseInactiveSelColor>False</UseInactiveSelColor> | |
<AllowOverColor>True</AllowOverColor> | |
<InactivePanelBrightness>100</InactivePanelBrightness> | |
<FreeSpaceIndicator> | |
<UseGradient>True</UseGradient> | |
<ForeColor>0</ForeColor> | |
<BackColor>16777215</BackColor> | |
</FreeSpaceIndicator> | |
<FileFilters> | |
<Filter> | |
<Name>Hidden/System</Name> | |
<FileMasks>>Hidden/System</FileMasks> | |
<Color>157767</Color> | |
<Attributes/> | |
</Filter> | |
</FileFilters> | |
</Colors> | |
<SearchTemplates> | |
<Template> | |
<Name>Hidden/System</Name> | |
<StartPath/> | |
<ExcludeDirectories/> | |
<FilesMasks>*</FilesMasks> | |
<ExcludeFiles/> | |
<SearchDepth>-1</SearchDepth> | |
<IsPartialNameSearch>True</IsPartialNameSearch> | |
<RegExp>False</RegExp> | |
<FollowSymLinks>False</FollowSymLinks> | |
<FindInArchives>False</FindInArchives> | |
<AttributesPattern>h+|s+</AttributesPattern> | |
<IsDateFrom>False</IsDateFrom> | |
<IsDateTo>False</IsDateTo> | |
<IsTimeFrom>False</IsTimeFrom> | |
<IsTimeTo>False</IsTimeTo> | |
<IsNotOlderThan>False</IsNotOlderThan> | |
<IsFileSizeFrom>False</IsFileSizeFrom> | |
<IsFileSizeTo>False</IsFileSizeTo> | |
<FileSizeUnit>1</FileSizeUnit> | |
<IsFindText>False</IsFindText> | |
<IsReplaceText>False</IsReplaceText> | |
<CaseSensitive>False</CaseSensitive> | |
<NotContainingText>False</NotContainingText> | |
<TextRegExp>False</TextRegExp> | |
<TextEncoding>Ansi</TextEncoding> | |
<SearchPlugin/> | |
<ContentPlugins Enabled="False"/> | |
</Template> | |
</SearchTemplates> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Colors> | |
<UseCursorBorder>False</UseCursorBorder> | |
<CursorBorderColor>-2147483635</CursorBorderColor> | |
<UseFrameCursor>True</UseFrameCursor> | |
<Foreground>305780</Foreground> | |
<Background>2238503</Background> | |
<Background2>2238503</Background2> | |
<Cursor>16089859</Cursor> | |
<CursorText>-2147483634</CursorText> | |
<Mark>4916467</Mark> | |
<InactiveCursor>-2147483645</InactiveCursor> | |
<InactiveMark>128</InactiveMark> | |
<UseInvertedSelection>False</UseInvertedSelection> | |
<UseInactiveSelColor>False</UseInactiveSelColor> | |
<AllowOverColor>True</AllowOverColor> | |
<InactivePanelBrightness>100</InactivePanelBrightness> | |
<FreeSpaceIndicator> | |
<UseGradient>True</UseGradient> | |
<ForeColor>0</ForeColor> | |
<BackColor>16777215</BackColor> | |
</FreeSpaceIndicator> | |
<FileFilters/> | |
</Colors> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment