Skip to content

Instantly share code, notes, and snippets.

@OzzyCzech
Last active June 15, 2020 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OzzyCzech/cc407058edc2cd9a3d36cede49fdeaaa to your computer and use it in GitHub Desktop.
Save OzzyCzech/cc407058edc2cd9a3d36cede49fdeaaa to your computer and use it in GitHub Desktop.
Diarly dark THEME
.app {
foreground: #dee2e6;
header-color: #f0f4f7;
bold-color: #dee2e6;
link-color: #2c8ad3;
background: #282c34;
syntax: #CCCCCC;
selection-background: #D9EBFF;
selection-foreground: #292929;
highlight-background: #e6fff4;
highlight-foreground: #222222;
search-background: #FAE67D;
search-foreground: #292929;
caret: #dee2e6;
underline-color: #dee2e6;
horizontal-line: #dee2e6;
link-underline-color: #282c34;
link-color: #2c8ad3;
header-icon-color: #CCCCCC;
code-separator-color: #14161d;
code-background-color: #353b45;
code-color: #f0f4f7;
/* Checkboxes: */
checkbox-not-completed: #B7B7B6;
checkbox-completed-fill: #2c8ad3;
checkbox-completed-tick: #f0f4f7;
/* time-separator-text: ;*/
/* time-separator-background: ;*/
/* User interface*/
navigation-menu-background: #282c34;
navigation-menu-foreground: #dee2e6;
menu-color: #282c34;
star-color: #ffc107;
/* Calendar UI */
calendarHasNoteColor: #C3E0F9;
calendarTodayColor: #F13D41;
calendarTodayTextColor: #f0f4f7;
/* List View UI */
list-stroke: #dedede;
list-selected-stroke: #2c8ad3;
list-background: #282c34;
list-selected-background: #353b45;
/* list-separator-color */
/* list-separator-color */
/* Optionals - Some values are generated automatically, full list of optionals: */
hashtag-text-color: #8b99a7;
hashtag-background-color: #1c2128;
horizontal-line: #2c8ad3;
/* hashtag-background-color */
/* code-color: */
/* code-separator-color: */
/* list-stroke */
/* list-selected-stroke */
/* list-text-size: 11; */
/* list-background */
/* list-selected-background */
/* chart-bar-color */
/* header-color */
/* header-icon-color */
/* selection-foreground */
/* highlight-background */
/* highlight-foreground */
/* caret */
/* syntax */
/* underline-color */
/* link-color */
/* link-underline-color */
/* separator-color */
/* action-color */
/* shadow-color */
/* light-text-color */
/* calendarHasNoteColor */
/* calendarHasNoteTextColor */
/* calendarTodayColor */
/* calendarHoverColor */
/* calendarTodayTextColor */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment