Theme Builder
Theme Builder is a tool to make modifications and tweaks to Drafts Themes.
To load an existing theme into Theme Builder from a JSON or `.draftsTheme` file, select the file and click the "Load Theme" button.
Themes can also be loaded directly from the Drafts Directory by browsing to a them you would like to modify, and using the "Open in Theme Builder" link.
Previews
foreground
caption
caption
tint tintAlternate
text
Action Bar ⌘
▮ ▮ ▮ ▮ ▮ ▮ ▮ ▮
# text.heading01
# text.heading02
# text.heading03
# text.heading04
# text.heading05
# text.heading06
text.normal
> text.quotation
* text.normal
`code.inline`
Configuration
Install
{
"name": "Catppuccin (Mocha) Theme",
"description": "This port is based off of the Catppuccin Mocha theme. It is a great community and can be found here:\n\nhttps://github.com/catppuccin/catppuccin",
"author": "Walt Ryan",
"isDark": true,
"colors": {
"editor": {
"foreground": "#cdd6f4",
"background": "#313244",
"heading": "#cba6f7",
"strikethrough": "#f9e2af",
"comment": "#6272a4",
"link": "#89b4fa",
"activeLink": "#89b4fa",
"code": "#a6e3a1",
"codeBackground": "#44475a",
"literal": "#f9e2af",
"keyword": "#f5c2e7",
"markup": "#cdd6f4",
"addition": "#a6e3a1",
"deletion": "#eba0ac",
"substitution": "#fab387",
"highlight": "#44475a",
"invisibles": "#44475a",
"accent01": "#cba6f7",
"accent02": "#f5c2e7",
"accent03": "#a6e3a1",
"accent04": "#89b4fa",
"accent05": "#fab387",
"accent06": "#f9e2af"
},
"interface": {
"textForeground": "#cdd6f4",
"textBackground": "#313244",
"textSelection": "#6c7086",
"textHighlight": "#6c7086",
"textCaret": "#cdd6f4",
"foreground": "#cdd6f4",
"caption": "#b4befe",
"background": "#313244",
"backgroundCollection": "#1e1e2e",
"border": "#1e1e2e",
"tint": "#cba6f7",
"tintAlternate": "#6272a4",
"flagged": "#fab387",
"move": "#89b4fa",
"delete": "#eba0ac",
"tagForeground": "#1e1e2e",
"tagBackground": "#cba6f7",
"tagAddHighlight": "#a6e3a1",
"tagRemoveHighlight": "#eba0ac",
"promptBackground": "#1e1e2e",
"promptButtonBackground": "#cba6f7",
"promptButtonForeground": "#cdd6f4",
"promptButtonDestructiveForeground": "#cdd6f4",
"promptButtonDestructiveBackground": "#eba0ac",
"actionBarBackground": "#1e1e2e",
"actionBarKeyBackground": "#181825",
"actionBarKeyForeground": "#6272a4",
"messageForeground": "#cdd6f4",
"messageSuccess": "#a6e3a1",
"messageInfo": "#cba6f7",
"messageWarning": "#fab387",
"messageError": "#eba0ac",
"tintGray": "#6272a4",
"tintRed": "#f38ba8",
"tintPink": "#f5c2e7",
"tintOrange": "#fab387",
"tintYellow": "#f9e2af",
"tintGreen": "#a6e3a1",
"tintIndigo": "#cba6f7",
"tintBlue": "#89b4fa",
"tintViolet": "#b4befe",
"widgetBackground": "#313244",
"widgetBackgroundAlternate": "#1e1e2e",
"widgetForeground": "#cdd6f4",
"widgetForegroundAlternate": "#bac2de"
}
},
"scopes": {
"color.blue": {
"settings": {
"foreground": "link",
"background": "background"
}
},
"color.indigo": {
"settings": {
"foreground": "accent01",
"background": "background"
}
},
"color.purple": {
"settings": {
"foreground": "accent01",
"background": "background"
}
},
"color.pink": {
"settings": {
"foreground": "accent02",
"background": "background"
}
},
"color.red": {
"settings": {
"foreground": "deletion",
"background": "background"
}
},
"color.orange": {
"settings": {
"foreground": "accent05",
"background": "background"
}
},
"color.yellow": {
"settings": {
"foreground": "accent06",
"background": "background"
}
},
"color.green": {
"settings": {
"foreground": "accent03",
"background": "background"
}
},
"color.black": {
"settings": {
"foreground": "highlight",
"background": "background"
}
},
"color.white": {
"settings": {
"background": "background",
"foreground": "foreground"
}
},
"color.gray": {
"settings": {}
},
"color.accent01": {
"settings": {
"foreground": "accent01",
"background": "background"
}
},
"color.accent02": {
"settings": {
"foreground": "accent02",
"background": "background"
}
},
"color.accent03": {
"settings": {
"foreground": "accent03",
"background": "background"
}
},
"color.accent04": {
"settings": {
"foreground": "accent04",
"background": "background"
}
},
"color.accent05": {
"settings": {
"foreground": "accent05",
"background": "background"
}
},
"color.accent06": {
"settings": {
"foreground": "accent06",
"background": "background"
}
},
"text.normal": {
"settings": {
"foreground": "foreground",
"fontStyle": "normal",
"background": "background"
}
},
"text.normal.large": {
"settings": {
"fontSize": "large",
"foreground": "foreground",
"background": "background"
}
},
"text.normal.extraLarge": {
"settings": {
"fontSize": "extraLarge",
"foreground": "foreground",
"background": "background"
}
},
"text.normal.small": {
"settings": {
"fontSize": "small",
"foreground": "foreground",
"background": "background"
}
},
"text.normal.extraSmall": {
"settings": {
"fontSize": "extraSmall",
"foreground": "foreground",
"background": "background"
}
},
"text.bold": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"background": "background"
}
},
"text.bold.large": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontSize": "large",
"background": "background"
}
},
"text.bold.extraLarge": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontSize": "extraLarge",
"background": "background"
}
},
"text.bold.small": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontSize": "small",
"background": "background"
}
},
"text.bold.extraSmall": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontSize": "extraSmall",
"background": "background"
}
},
"text.italic": {
"settings": {
"fontStyle": "italic",
"foreground": "accent06",
"background": "background"
}
},
"text.italic.large": {
"settings": {
"fontStyle": "italic",
"foreground": "accent06",
"fontSize": "large",
"background": "background"
}
},
"text.italic.extraLarge": {
"settings": {
"fontStyle": "italic",
"foreground": "accent06",
"fontSize": "extraLarge",
"background": "background"
}
},
"text.italic.small": {
"settings": {
"fontStyle": "italic",
"foreground": "accent06",
"fontSize": "small",
"background": "background"
}
},
"text.italic.extraSmall": {
"settings": {
"fontStyle": "italic",
"foreground": "accent06",
"fontSize": "extraSmall",
"background": "background"
}
},
"text.bolditalic": {
"settings": {
"fontStyle": "italic",
"foreground": "accent05",
"fontWeight": "bold",
"background": "background"
}
},
"text.bolditalic.large": {
"settings": {
"fontStyle": "italic",
"foreground": "accent05",
"fontWeight": "bold",
"fontSize": "large",
"background": "background"
}
},
"text.bolditalic.extraLarge": {
"settings": {
"fontStyle": "italic",
"foreground": "accent05",
"fontWeight": "bold",
"fontSize": "extraLarge",
"background": "background"
}
},
"text.bolditalic.small": {
"settings": {
"fontStyle": "italic",
"foreground": "accent05",
"fontWeight": "bold",
"fontSize": "small",
"background": "background"
}
},
"text.bolditalic.extraSmall": {
"settings": {
"fontStyle": "italic",
"foreground": "accent05",
"fontWeight": "bold",
"fontSize": "extraSmall",
"background": "background"
}
},
"text.monospace": {
"settings": {
"fontStyle": "monospace",
"foreground": "foreground",
"background": "background"
}
},
"text.monospace.large": {
"settings": {
"fontStyle": "monospace",
"fontSize": "large",
"foreground": "foreground",
"background": "background"
}
},
"text.monospace.extraLarge": {
"settings": {
"fontStyle": "monospace",
"fontSize": "extraLarge",
"foreground": "foreground",
"background": "background"
}
},
"text.monospace.small": {
"settings": {
"fontStyle": "monospace",
"fontSize": "small",
"foreground": "foreground",
"background": "background"
}
},
"text.monospace.extraSmall": {
"settings": {
"fontStyle": "monospace",
"fontSize": "extraSmall",
"foreground": "foreground",
"background": "background"
}
},
"text.monospace.bold": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontStyle": "monospace",
"background": "background"
}
},
"text.monospace.bold.large": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontStyle": "monospace",
"fontSize": "large",
"background": "background"
}
},
"text.monospace.bold.extraLarge": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontStyle": "monospace",
"fontSize": "extraLarge",
"background": "background"
}
},
"text.monospace.bold.small": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontStyle": "monospace",
"fontSize": "small",
"background": "background"
}
},
"text.monospace.bold.extraSmall": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontStyle": "monospace",
"fontSize": "small",
"background": "background"
}
},
"text.monospace.italic": {
"settings": {
"fontStyle": "italic, monospace",
"foreground": "accent06",
"background": "background"
}
},
"text.monospace.italic.large": {
"settings": {
"fontStyle": "italic, monospace",
"foreground": "accent06",
"fontSize": "large",
"background": "background"
}
},
"text.monospace.italic.extraLarge": {
"settings": {
"fontStyle": "italic, monospace",
"foreground": "accent06",
"fontSize": "extraLarge",
"background": "background"
}
},
"text.monospace.italic.small": {
"settings": {
"fontStyle": "italic, monospace",
"foreground": "accent06",
"fontSize": "small",
"background": "background"
}
},
"text.monospace.italic.extraSmall": {
"settings": {
"fontStyle": "italic, monospace",
"foreground": "accent06",
"fontSize": "extraSmall",
"background": "background"
}
},
"text.underline": {
"settings": {
"fontStyle": "underline",
"foreground": "foreground",
"background": "background"
}
},
"text.heading": {
"settings": {
"fontWeight": "bold",
"foreground": "heading",
"background": "background"
}
},
"text.heading01": {
"settings": {
"fontWeight": "bold",
"foreground": "heading",
"fontSize": "extraLarge",
"background": "background"
}
},
"text.heading02": {
"settings": {
"fontWeight": "bold",
"foreground": "accent02",
"fontSize": "large",
"background": "background"
}
},
"text.heading03": {
"settings": {
"fontWeight": "bold",
"foreground": "accent03",
"fontSize": "normal",
"background": "background"
}
},
"text.heading04": {
"settings": {
"fontWeight": "bold",
"foreground": "accent04",
"fontSize": "normal",
"background": "background"
}
},
"text.heading05": {
"settings": {
"fontWeight": "bold",
"foreground": "accent05",
"fontSize": "normal",
"background": "background"
}
},
"text.heading06": {
"settings": {
"fontWeight": "bold",
"foreground": "accent06",
"fontSize": "normal",
"background": "background"
}
},
"text.url": {
"name": "URL",
"settings": {
"foreground": "link",
"background": "background"
}
},
"text.link": {
"settings": {
"foreground": "accent02",
"background": "background"
}
},
"text.activeLink": {
"settings": {
"foreground": "activeLink",
"fontStyle": "underline",
"background": "background"
}
},
"text.linkModeLink": {
"settings": {
"foreground": "activeLink",
"fontStyle": "underline",
"background": "background"
}
},
"text.quotation": {
"settings": {
"fontStyle": "italic",
"foreground": "accent06",
"background": "background"
}
},
"text.strikethrough": {
"settings": {
"fontStyle": "strikethrough",
"foreground": "strikethrough",
"background": "background"
}
},
"text.invisibles": {
"settings": {
"foreground": "invisibles",
"background": "background"
}
},
"markup": {
"settings": {
"foreground": "markup",
"background": "background"
}
},
"markup.heading": {
"settings": {
"foreground": "heading",
"fontSize": "large",
"background": "background"
}
},
"markup.quotation": {
"settings": {
"fontStyle": "normal",
"foreground": "accent06",
"background": "background"
}
},
"markup.list": {
"settings": {
"foreground": "accent04",
"background": "background"
}
},
"markup.link": {
"settings": {
"foreground": "foreground",
"background": "background"
}
},
"markup.code": {
"settings": {
"foreground": "code",
"background": "codeBackground"
}
},
"markup.addition": {
"settings": {
"fontStyle": "italic",
"foreground": "addition",
"background": "background"
}
},
"markup.deletion": {
"settings": {
"fontStyle": "italic",
"foreground": "deletion",
"background": "background"
}
},
"markup.substitution": {
"settings": {
"fontStyle": "italic",
"foreground": "substitution",
"background": "background"
}
},
"markup.highlight": {
"settings": {
"background": "highlight",
"foreground": "foreground"
}
},
"code.comment": {
"settings": {
"foreground": "comment",
"background": "codeBackground"
}
},
"code.inline": {
"settings": {
"fontStyle": "monospace",
"foreground": "code",
"background": "codeBackground"
}
},
"code.block": {
"settings": {
"fontStyle": "monospace",
"foreground": "accent05",
"background": "codeBackground"
}
},
"code.literal": {
"settings": {
"foreground": "literal",
"background": "codeBackground"
}
},
"code.keyword": {
"settings": {
"foreground": "keyword",
"background": "codeBackground"
}
},
"code.operator": {
"settings": {
"foreground": "accent02"
}
},
"code.punctuation": {
"settings": {
"foreground": "foreground",
"background": "codeBackground"
}
}
}
}