generated from dracula/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dracula.json
8 lines (8 loc) · 2.17 KB
/
Dracula.json
1
2
3
4
5
6
7
8
[
{
"key": "themeKey1rand528",
"name": "Dracula",
"extra": "dark,color",
"body": "\n/* Toolbars */\n--toolbar-top: #44475a;\n--toolbar-bottom: #282a36;\n--toolbar-inactive: #282a36;\n\n/* Tabs */\n--toolbar-tab-active: #44475a;\n--toolbar-tab-inactive: #44475a;\n\n/* Toolbar Buttons */\n--toolbar-button-default: #44475a;\n--toolbar-button-selected: #6272a4;\n--toolbar-button-depressed: #282a36;\n--toolbar-button-border: transparent;\n\n/* Favorites Bar Buttons */\n--favbar-button-selected: #6272a4;\n--favbar-button-hover: #6272a4;\n\n/* Backgrounds */\n--bg-primary: #282a36;\n--bg-secondary:#282a36;\n--bg-sidebar: #282a36;\n\n/* Dividers */\n--divider-dark: #44475a;\n--divider-light: #44475a;\n\n/* Selectors */\n--selector: #6272a4;\n--selector-sidebar: #6272a4;\n--selector-inactive: #6272a4;\n--selector-sidebar-inactive: #6272a4;\n--selector-thread-inactive:#6272a4;\n--selector-thread-child: #6272a4;\n\n/* Text */\n--font-primary: #f8f8f2;\n--font-primary-sidebar: #ffb86c;\n--font-secondary: #f8f8f2;\n--font-secondary-sidebar: #8be9fd;\n--font-primary-selected: #f8f8f2;\n--font-secondary-selected: #f8f8f2;\n--font-pending: #f1fa8c;\n\n/* Text Fields */\n--text-field-bg: #282a36;\n--text-field-border: #DFE3E7;\n\n/* Folder Pane Bubbles */\n--folder-bubble-bg: #bd93f9;\n--folder-bubble-bg-selected: #8be9fd;\n--folder-bubble-bg-focus: #f1fa8c;\n--folder-bubble-text: #282a36;\n--folder-bubble-text-selected: #282a36;\n--folder-bubble-text-focus: #282a36;\n\n/* Focus Pane Bubbles */\n--focus-bubble-bg: #ff79c6;\n--focus-bubble-bg-selected: #44475a;\n--focus-bubble-bg-focus: #bd93f9;\n--focus-bubble-text: #282a36;\n--focus-bubble-text-selected: #282a36;\n--focus-bubble-text-focus: #282a36;\n\n/* Message List Bubbles */\n--message-bubble-bg: #bd93f9;\n--message-bubble-bg-selected: #8be9fd;\n--message-bubble-bg-focus: #f1fa8c;\n--message-bubble-text: #282a36;\n--message-bubble-text-selected: #282a36;\n--message-bubble-text-focus: #282a36;\n\n/* Notification Bars */\n--notification-bg-blue: #8be9fd;\n--notification-text-blue: #FFFFFF;\n--notification-bg-yellow: #ffb86c;\n--notification-text-yellow: #FFFFFF;\n--notification-bg-red: #ff5555;\n--notification-text-red: #FFFFFF;\n"
}
]