Skip to content

Dark mode support #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jul 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
77c42ee
Add a helper for looking up the GitUpKit bundle
zwaldowski Jun 17, 2019
79ae04f
Add a namespace for defining semantic colors
zwaldowski Jun 17, 2019
eb0d94a
Add polyfills for NSAppearance
zwaldowski Jun 12, 2019
829bfb0
Enable dark mode
douglashill Jun 13, 2019
51866dc
Support Dark Mode in welcome window
zwaldowski Jun 27, 2019
a47bcd8
Support Dark Mode in main window toolbar
zwaldowski Jun 27, 2019
e3569c0
Support Dark Mode in main window status bar
zwaldowski Jun 27, 2019
7c3ce34
Support Dark Mode in window tip overlays
zwaldowski Jun 27, 2019
2ab261b
Allow window-tinted background in graph view
zwaldowski Jun 17, 2019
f25ca78
Support Dark Mode in map view
zwaldowski Jun 27, 2019
77b2c94
Improve branch colors
zwaldowski Jun 27, 2019
b60e9f8
Support Dark Mode in diff views
zwaldowski Jun 27, 2019
0c371f6
Support Dark Mode in commit editors
zwaldowski Jun 27, 2019
6c31e31
Support Dark Mode in commit viewers
zwaldowski Jun 27, 2019
54b3439
Support Dark Mode in commit lists
zwaldowski Jun 27, 2019
937b971
Support Dark Mode in config editor
zwaldowski Jun 27, 2019
bffc7be
Support Dark Mode in modal views
zwaldowski Jun 17, 2019
418d02f
Remove map status label backgrounds on Mojave
douglashill Jun 13, 2019
d234815
Fix dark-on-dark text in selected cells in dark mode
douglashill Jun 17, 2019
bf00699
Draw consistent grid for diffs with line number gutters in dark mode
zwaldowski Jun 13, 2019
660aa75
Don't fill the background color for conflict/empty rows in diff views
zwaldowski Jun 24, 2019
8d97b3f
Merge branch 'master' into compat-dark-mode
lucasderraugh Jul 2, 2019
be784ee
Update Document.m
lucasderraugh Jul 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions GitUp/Application/Application.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "icon_action_fetch.png"
"filename" : "icon_action_fetch.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "icon_action_fetch@2x.png"
"filename" : "icon_action_fetch@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
Expand All @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,35 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "icon_action_fetch_new.png"
"filename" : "icon_action_fetch_new.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "icon_action_fetch_new@2x.png"
"filename" : "icon_action_fetch_new_light.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "icon_action_fetch_new@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "icon_action_fetch_new_light@2x.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "icon_action_push.png"
"filename" : "icon_action_push.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "icon_action_push@2x.png"
"filename" : "icon_action_push@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
Expand All @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading