Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added resources/images/global-dark-theme/alarmclock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/attribute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/bold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/bulletList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/collapsed.png
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.
Binary file added resources/images/global-dark-theme/emailIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/expanded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/formatCode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/hline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/htmlentities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/indent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/italic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/justifyCenter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/justifyFull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/justifyLeft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/justifyRight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/numberList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/outdent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/strikethrough.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/subscript.png
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.
Binary file added resources/images/global-dark-theme/tree-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/global-dark-theme/underline.png
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.
103 changes: 54 additions & 49 deletions themes.ini
Original file line number Diff line number Diff line change
Expand Up @@ -301,53 +301,55 @@ windowIcon=purple-theme/windowIcon5.png


# global dark theme - you can modify it, but don't remove
[global dark]
editorCss=body { color: white; background-color: #272a34;}
[Global Dark]
editorCss=body {color: white; background-color: #272a34;}
# Note title editor style when inactive
noteTitleEditorInactiveCss=background-color: #23252e; color: white; QLineEdit {background-color: transparent; border-radius: 0px;} QLineEdit:hover {border: 1px solid #808080; background-color: white; border-radius: 4px;}
noteTitleEditorInactiveCss=QLineEdit {background-color: transparent; border-radius: 0px; border: 1px solid #808080;} QLineEdit:hover {border: 1px solid #808080; background-color: grey; border-radius: 4px;}

# Note title editor when it has user focus.
noteTitleEditorActiveCss=QLineEdit {border: 1px solid #808080; background-color: #abacb0; color: black; border-radius: 4px;}
#
searchInputCss= background-color: #272a34; QLineEdit { padding-right: 1px; } ## Search across notes text input field


searchInputCss=background-color: #272a34; QLineEdit { padding-right: 1px; } ## Search across notes text input field

mainWindowCss=background-color: #23252e; color: white; ## Default window
menuCss=QMenu {background-color: #23252e; color: white;} QMenu::item::selected { background:#abacb0; } QMenuBar::item {background: transparent; } QMenuBar::item::selected { background: #abacb0; } ## Window menu
mainToolbarCss= background-color: #23252e; ## Main toolbar
#noteAuthorInactiveCss=background-color: transparent; border-radius: 0px; ## Color when author field doesn't have focus
#noteAuthorActiveCss=border: 1px solid #808080; background-color: white; border-radius: 4px; ## color when author field has focus
mainWindowCss=background-color: #23252e; color: white; ## Default window
menuCss=QMenu {background-color: #23252e; color: white; border: 1px solid #808080} QMenu::item::selected {background:#abacb0;} QMenuBar::item {background: transparent;} ::separator {background-color: #808080; height: 1px;} ## Window menu
mainToolbarCss=QToolBar {background-color: #23252e;} QToolTip {color: white; background-color: #23252e; border: 1px solid white;} ## Main toolbar
noteAuthorInactiveCss=QLineEdit {background-color: transparent; border-radius: 0px; border: 1px solid #808080;} QLineEdit:hover {border: 1px solid #808080; background-color: grey; border-radius: 4px;} ## Color when author field doesn't have focus
noteAuthorActiveCss=border: 1px solid #808080; background-color: #abacb0; border-radius: 4px; color: black; ## color when author field has focus
#colorMenuCss= ## style sheet for font & highlight color chooser buttons when open.
#dateMenuCss= ## date & time chooser for a note.
#dateMenuActiveCss=QDateTimeEdit {border: 1px solid #808080; background-color: white; border-radius: 4px;} QDateTimeEdit::up-button {width: 14px;} QDateTimeEdit::down-button{width: 14px;} ## Date editor CSS when active
#dateMenuInactiveCss=QDateTimeEdit {background-color: transparent; border-radius: 1px;} QDateTimeEdit:hover {border: 1px solid #808080; background-color: white; border-radius: 4px;} QDateTimeEdit::up-button {width: 0px; image:none;} QDateTimeEdit::down-button{width: 0px; image: none;} ## Date editor CSS when inactive
editorButtonBarCss=background-color: #23252e; ## Note editor button bar
#nodeAttributesExpandButtonCss= ## small expand button on note editor
#fontNameComboBoxCss= ## note editor combo box that shows available fonts
#fontSizeComboBoxCss= ## note editor combo box that shows available font sizes
dateMenuActiveCss=QDateTimeEdit {border: 1px solid #808080; background-color: #abacb0; border-radius: 4px;} QDateTimeEdit::up-button {width: 14px;} QDateTimeEdit::down-button{width: 14px;} ## Date editor CSS when active
dateMenuInactiveCss=QDateTimeEdit {border: 1px solid #808080; background-color: transparent; border-radius: 1px;} QDateTimeEdit:hover {border: 1px solid #808080; background-color: grey; border-radius: 4px;} QDateTimeEdit::up-button {width: 0px; image:none;} QDateTimeEdit::down-button{width: 0px; image: none;} ## Date editor CSS when inactive
editorButtonBarCss=QToolBar {background-color: #23252e; } QToolTip {color: white; background-color: #23252e; border: 1px solid white;} ## Note editor button bar
nodeAttributesExpandButtonCss=QToolButton {background-color: #808080;} ## small expand button on note editor
fontNameComboCss=border: 1px solid #808080; ## note editor combo box that shows available fonts
fontSizeComboCss=QComboBox {border: 1px solid #808080; min-width: 17px;} ## note editor combo box that shows available font sizes
#noteLocationCss=QToolButton {background-color: transparent; border-radius: 0px; border:none; margin 0px; padding: 4px} ## Note geographical coordinates
#notebookMenuButtonCss=QPushButton {text-align:left;} ## Notebook menu button used to change a note's notebook.
#reminderButtonCss=QPushButton {text-align: left;} ## Button used to show the reminder dialog.
#urlEditorCss= ## Note URL in editor.
#noteTagViewerCss= ## Existing tags in the note editor
#noteTagAddActiveCss=QLineEdit {border: 1px solid #808080; background-color: white; border-radius: 4px;} ## Style when the user clicks on the tag-add field in the note editor.
#noteTagAddInactiveCss=QLineEdit {background-color: transparent; border-radius: 0px;} ## Style when the new tag field in the note editor is inactive.
#externalNoteWindowCss= ## External window opened for a note.
notebookMenuButtonCss=QPushButton {text-align:left; background-color: #808080;} ## Notebook menu button used to change a note's notebook.
reminderButtonCss=QPushButton {text-align: center; background-color: #808080;} ## Button used to show the reminder dialog.
#urlEditorCss= ## Note URL in editor.
urlEditorActiveCss=QLineEdit {border: 1px solid #808080; background-color: #abacb0; color: black; border-radius: 4px;}
urlEditorInactiveCss=QLineEdit {border: 1px solid #808080; } QLineEdit:hover {border: 1px solid #808080; background-color: grey; border-radius: 4px;}

noteTagViewerCss=background-color: transparent; border: 1px solid #808080; ## Existing tags in the note editor
noteTagAddActiveCss=QLineEdit {border: 1px solid #808080; background-color: #abacb0; border-radius: 4px;} ## Style when the user clicks on the tag-add field in the note editor.
#noteTagAddInactiveCss=QLineEdit {background-color: transparent; border-radius: 0px;} ## Style when the new tag field in the note editor is inactive.
externalNoteWindowCss=background-color: #23252e; color: white; ## External window opened for a note.
#shortcutsTreeCss=QTreeView {border-image:none; image:none;} ## Shortcuts tree list
#findReplaceCss= ## Find/Replace in note line edits
#attributeTreeCss= ## Attribute selection tree
#browserWindowCss= ## Overall note browser window (note+buttons above it).
#notebookTreeCss= ## Notebook selection tree
#savedSearchTreeCss= ## Saved search tree
noteTableViewCss=background-color: #23252e; alternate-background-color: #23252e; ## Grid of notes
noteTableViewHeaderCss=background-color: #23252e; ## Heading for note table grid
noteTabCss= ## Note tab header
noteTableViewCss=background-color: #23252e; alternate-background-color: #23252e; ## Grid of notes
noteTableViewHeaderCss=::section { color: white; background-color: #23252e; } ## Heading for note table grid background-color: #23252e;
noteTabCss= ## Note tab header
#tagTreeCss= ## Tag selection tree
#trashTreeCss= ## Trash selection tree
#noteContentsCss= ## Note contents QWebView
#trayMenuCss= ## Tray icon popup menu
trayMenuCss=QMenu {background-color: #23252e; color: white; border: 1px solid #808080} QMenu::item::selected { background:#abacb0; } QMenuBar::item {background: transparent; } ::separator {background-color: #808080; height: 1px; } ## Tray icon popup menu
#treeWidgetEditorCss= ## Used when changing a tree item name
treeWidgetPanelCss=background-color: #23252e; color: white; ## Left panel that holds shortcuts, notebooks, tags, saved searches & trash.
treeWidgetPanelCss=QWidget {background-color: #23252e; color: white;} ## Left panel that holds shortcuts, notebooks, tags, saved searches & trash.
### Icons
#windowIcon=windowIcon0.png ## Main window icon
#passwordIcon=password.png ## Small password lock icon
Expand All @@ -359,31 +361,32 @@ treeWidgetPanelCss=background-color: #23252e; color: white;
#tagIcon=tag.png ## Icon for tags
#searchIcon=lens.png ## Search icon
#trashIcon=trash.png ## trashcan for deleted notes
#attributesIcon=attribute.png ## Gear icon for attributes
#upArrowSmallIcon=up_arrow_small.png ## Small up arrow
#downArrowSmallIcon=down_arrow_small.png ## Small down arrow
attributesIcon=global-dark-theme/attribute.png ## Gear icon for attributes
upArrowSmallIcon=global-dark-theme/up_arrow_small.png ## Small up arrow
downArrowSmallIcon=global-dark-theme/down_arrow_small.png ## Small down arrow
#undoIcon=undo.png ## Undo button on editor button bar
#redoIcon=redo.png ## Redo button on editor button bar
#boldIcon=bold.png ## Bold icon on editor button bar
#bulletListIcon=bulletList.png ## Bullet list icon on editor button bar
boldIcon=global-dark-theme/bold.png ## Bold icon on editor button bar
bulletListIcon=global-dark-theme/bulletList.png ## Bullet list icon on editor button bar
#copyIcon=copy.png ## Copy icon on editor button bar
#cutIcon=cut.png ## Cut icon on editor button bar
#hlineIcon=hline.png ## Horizontal line on editor button bar
hlineIcon=global-dark-theme/hline.png ## Horizontal line on editor button bar
#fontHighlightIcon=fontHilight.png ## Font Hilight icon on editor button bar
#fontColorIcon=fontColor.png ## Font color icon on editor button bar
#shiftRightIcon=indent.png ## Indent button on editor button bar
#centerAlignIcon=justifyCenter.png ## Center justify icon on editor button bar
#leftAlignIcon=justifyLeft.png ## Left justify icon on editor button bar
#rightAlignIcon=justifyRight.png ## Right justify on icon button bar
shiftRightIcon=global-dark-theme/indent.png ## Indent button on editor button bar
centerAlignIcon=global-dark-theme/justifyCenter.png ## Center justify icon on editor button bar
leftAlignIcon=global-dark-theme/justifyLeft.png ## Left justify icon on editor button bar
rightAlignIcon=global-dark-theme/justifyRight.png ## Right justify on icon button bar
fullAlignIcon=global-dark-theme/justifyFull.png
#linkIcon=link.png ## Paper clip link icon on editor button bar
#numberListIcon=numberList.png ## Number list on icon on editor button bar
#shiftLeftIcon=outdent.png ## Outdent icon on editor button bar
#underlineIcon=underline.png ## Underline icon on editor button bar
#strikethroughIcon=strikethrough.png ## Strikethrough icon on editor button bar
numberListIcon=global-dark-theme/numberList.png ## Number list on icon on editor button bar
shiftLeftIcon=global-dark-theme/outdent.png ## Outdent icon on editor button bar
underlineIcon=global-dark-theme/underline.png ## Underline icon on editor button bar
strikethroughIcon=global-dark-theme/strikethrough.png ## Strikethrough icon on editor button bar
#spellCheckIcon=spellCheck.png ## Spell check on editor button bar
#pasteIcon=paste.png ## Paste icon on editor button bar
#todoIcon=todo.png ## To-do icon on editor button bar
#italicsIcon=italic.png ## Italics icon on editor button bar
italicsIcon=global-dark-theme/italic.png ## Italics icon on editor button bar
#newNoteIcon=newNote.png ## New note icon on main button bar
#trunkIcon=trunk.png ## Open Evernote Trunk icon
#usageIcon=usage.png ## Usage icon on main button bar
Expand All @@ -399,14 +402,16 @@ treeWidgetPanelCss=background-color: #23252e; color: white;
#gridIcon=grid.png ## Table icon on editor button bar
#navigationIcon=navigation.png ## GPS navigator icon in note editor
#splashLogoImage=splash_logo.png ## Splash screen logo
#alarmclockIcon=alarmclock.png ## Alarm clock icon for reminders
alarmclockIcon=global-dark-theme/alarmclock.png ## Alarm clock icon for reminders
#printerIcon=printer.png ## Printer icon in main button bar
#deleteIcon=delete.png ## Delete note icon
#expandedIcon=expanded.png ## Down arrow used to expand & collapse note attribute editor
#collapsedIcon=collapsed.png ## Up arrow used to expand & collapse note attribute editor
#htmlentitiesIcon=htmlentities.png ## HTML entities icon on editor button bar
expandedIcon=global-dark-theme/expanded.png ## Down arrow used to expand & collapse note attribute editor
collapsedIcon=global-dark-theme/collapsed.png ## Up arrow used to expand & collapse note attribute editor
htmlentitiesIcon=global-dark-theme/htmlentities.png ## HTML entities icon on editor button bar
#favoritesIcon=favorites.png ## Favorites icon
#trayIcon=trayicon.png ## Small tray icon.
##editorFontColor=white ## Editor font color
##editorBackgroundColor=black ## Editor background color

subscriptIcon=global-dark-theme/subscript.png
superscriptIcon=global-dark-theme/superscript.png
emailIcon=global-dark-theme/emailIcon.png
Loading