forked from cogtool/cogtool
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16b0086
commit ae85737
Showing
6 changed files
with
28 additions
and
334 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
bin | ||
!.gitignore | ||
.DS_Store | ||
/docs/_site | ||
/docs/.jekyll-cache |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
id: 55 | ||
title: New Feature Dark Mode | ||
date: 2020-08-04T06:30:00+05:00 | ||
author: Justin Geeslin | ||
layout: post | ||
guid: http://cogtool.local/?p=55 | ||
categories: | ||
- status-updates | ||
- macOS | ||
- dark-mode | ||
--- | ||
Support for macOS’s Dark Mode will be coming soon to CogTool! | ||
|
||
Care has been taken to ensure that colors used in CogTool not only look great in Dark Mode but also match accessibility guidelines for color contrast. | ||
|
||
Here’s a sneak peak: | ||
![](https://user-images.githubusercontent.com/1075425/90916888-89d98900-e3a7-11ea-932a-3001f26e25e3.png) | ||
![](https://user-images.githubusercontent.com/1075425/90916892-8a721f80-e3a7-11ea-9860-ceab32e4b204.png) | ||
![](https://user-images.githubusercontent.com/1075425/90916895-8b0ab600-e3a7-11ea-816c-05a3cf16dd6e.png) | ||
![](https://user-images.githubusercontent.com/1075425/90916886-88a85c00-e3a7-11ea-8433-f9aa9e0fb0d9.png) | ||
|
||
This feature is currently in develop branch while [a few issues](https://github.com/CogTool-Modern/cogtool/issues/60) are closed. |