Skip to content

Commit

Permalink
Merge #2937 Obey system colors for dark theme support
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jan 8, 2020
2 parents ab383aa + f9ad915 commit e181495
Show file tree
Hide file tree
Showing 14 changed files with 136 additions and 68 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
- [GUI] Handle multiple errors in same ErrorDialog (#2933 by: HebaruSan; reviewed: DasSkelett)
- [GUI] Multiple manual downloads, uncached filter, purge option (#2930 by: HebaruSan; reviewed: DasSkelett)
- [Cmdline] Return failure on failed commands for headless prompt (#2941 by: HebaruSan; reviewed: DasSkelett)
- [GUI] Obey system colors for dark theme support (#2937 by: HebaruSan; reviewed: DasSkelett)

### Internal

Expand Down
2 changes: 2 additions & 0 deletions GUI/CKAN-GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
<Compile Include="SingleAssemblyComponentResourceManager.cs" />
<Compile Include="SingleAssemblyResourceManager.cs" />
<Compile Include="TabController.cs" />
<Compile Include="ThemedTabControl.cs" />
<Compile Include="ThemedListView.cs" />
<Compile Include="URLHandlers.cs" />
<Compile Include="Util.cs" />
<Compile Include="X11.cs" />
Expand Down
46 changes: 21 additions & 25 deletions GUI/Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e181495

Please sign in to comment.