Skip to content

Commit

Permalink
Add new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
giosali committed Oct 25, 2021
1 parent ea2010f commit fbea9a6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Reginald/Resources/Themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<IsEditable>false</IsEditable>

<BackgroundColor>#171717</BackgroundColor>
<TintOpacity>0.8</TintOpacity>
<InputColor>White</InputColor>
<CaretColor>DarkGray</CaretColor>
<DescriptionColor>White</DescriptionColor>
Expand All @@ -22,6 +23,7 @@
<IsEditable>false</IsEditable>

<BackgroundColor>#DDDDDD</BackgroundColor>
<TintOpacity>0.8</TintOpacity>
<InputColor>Black</InputColor>
<CaretColor>Gray</CaretColor>
<DescriptionColor>Black</DescriptionColor>
Expand All @@ -34,4 +36,22 @@
<SpecialSubColor>#222222</SpecialSubColor>
<SpecialBorderColor>#485253</SpecialBorderColor>
</Theme>
<Theme Name="Black Cherry" Author="Reginald">
<GUID>fea6b940-29e7-4e02-9f85-154e691789ca</GUID>
<IsEditable>false</IsEditable>

<BackgroundColor>Black</BackgroundColor>
<TintOpacity>1.0</TintOpacity>
<InputColor>White</InputColor>
<CaretColor>DarkRed</CaretColor>
<DescriptionColor>White</DescriptionColor>
<AltColor>LightGray</AltColor>
<BorderColor>Black</BorderColor>
<HighlightColor>#99FF0000</HighlightColor>

<SpecialMainColor>White</SpecialMainColor>
<SpecialSecondaryColor>LightGray</SpecialSecondaryColor>
<SpecialSubColor>DarkGray</SpecialSubColor>
<SpecialBorderColor>#B7ADAC</SpecialBorderColor>
</Theme>
</Themes>

0 comments on commit fbea9a6

Please sign in to comment.