Skip to content

Commit c8c2d10

Browse files
bstecisaRussKie
authored andcommitted
Added darksilver theme v2.
Co-authored-by: Philippe Miossec <pmiossec@gmail.com> (cherry picked from commit 2c06984)
1 parent 50b88a3 commit c8c2d10

File tree

3 files changed

+50
-7
lines changed

3 files changed

+50
-7
lines changed

GitUI/GitUI.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
33
<PropertyGroup>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
</PropertyGroup>
6-
6+
77
<ItemGroup>
88
<Compile Include="..\CommonAssemblyInfo.cs" Link="Properties\CommonAssemblyInfo.cs" />
99
</ItemGroup>
@@ -66,7 +66,7 @@
6666
<None Remove="Resources\Icons\artwork\**" />
6767
<None Remove="Resources\Icons\originals\**" />
6868
</ItemGroup>
69-
69+
7070
<ItemGroup>
7171
<None Include="app.config">
7272
<SubType>Designer</SubType>
@@ -77,10 +77,7 @@
7777
<None Include="gituikey.snk.pfx" />
7878
<None Include="Resources\ChangeLog.md" />
7979

80-
<Content Include="Themes\dark.css">
81-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
82-
</Content>
83-
<Content Include="Themes\win10default.css">
80+
<Content Include="Themes\*.css">
8481
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
8582
</Content>
8683
</ItemGroup>

GitUI/Themes/darksilver.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.ActiveBorder { color: #6b6b6b }
2+
.ActiveCaption { color: #585858 }
3+
.ActiveCaptionText { color: #e2e2e2 }
4+
.AppWorkspace { color: #474747 }
5+
.Control { color: #303030 }
6+
.ControlDark { color: #bbbbbb }
7+
.ControlDarkDark { color: #c7c7c7 }
8+
.ControlLight { color: #636363 }
9+
.ControlLightLight { color: #9b9b9b }
10+
.ControlText { color: #cccccc }
11+
.Desktop { color: #3b3b3b }
12+
.GrayText { color: #929191 }
13+
.Highlight { color: #c7c7c7 }
14+
.HighlightText { color: #444444 }
15+
.HotTrack { color: #bccff3 }
16+
.InactiveBorder { color: #4c4d4d }
17+
.InactiveCaption { color: #3c3f41 }
18+
.InactiveCaptionText { color: #afb1b3 }
19+
.Info { color: #636655 }
20+
.InfoText { color: #d5dbe0 }
21+
.Menu { color: #383d3f }
22+
.MenuText { color: #cecece }
23+
.ScrollBar { color: #606163 }
24+
.Window { color: #292929 }
25+
.WindowFrame { color: #cdd1da }
26+
.WindowText { color: #bdbdbd }
27+
.GradientActiveCaption { color: #4e5255 }
28+
.GradientInactiveCaption { color: #292929 }
29+
.MenuBar { color: #2d3133 }
30+
.MenuHighlight { color: #7fabfd }
31+
.OtherTag { color: #ff8040 }
32+
.AuthoredHighlight { color: #373832 }
33+
.HighlightAllOccurences { color: #606020 }
34+
.Tag { color: #408080 }
35+
.Graph { color: #882d00 }
36+
.Branch { color: #ff8080 }
37+
.RemoteBranch { color: #00d76b }
38+
.DiffSection { color: #4f4f4f }
39+
.DiffRemoved { color: #5a0707 }
40+
.DiffRemovedExtra { color: #800505 }
41+
.DiffAdded { color: #054e2a }
42+
.DiffAddedExtra { color: #058545 }

Setup/Product.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,9 @@
595595
<Component Id="dark.css" Guid="*">
596596
<File Source="$(var.ArtifactsPublishPath)\Themes\dark.css" />
597597
</Component>
598+
<Component Id="darksilver.css" Guid="*">
599+
<File Source="$(var.ArtifactsPublishPath)\Themes\darksilver.css" />
600+
</Component>
598601
</DirectoryRef>
599602
<DirectoryRef Id="PluginsDir">
600603
<Component Id="DeleteUnusedBranches.dll" Guid="*">
@@ -1560,6 +1563,7 @@
15601563
<ComponentRef Id="EasyHook64.dll" />
15611564
<ComponentRef Id="win10default.css" />
15621565
<ComponentRef Id="dark.css" />
1566+
<ComponentRef Id="darksilver.css" />
15631567
<!-- Remove unused dll, installed in versions <= 2.31 -->
15641568
<ComponentRef Id="GithubSharp.Core.dll" />
15651569
<!-- Remove unused dll, installed in versions <= 2.31 -->

0 commit comments

Comments
 (0)