A modification of the Kimbie Dark theme to make it work better with the Better Fountain extension.
Only intended for use with .fountain
files. Any other file type is not guaranteed to be readable.
Key aims:
- improve brightness and contrast
- put emphasis on action and dialogue, while keeping them visually distinct
- de-emphasize other elements like parentheticals and transitions
If you like, you can set your font to the standard Courier or Courier Prime by adding this line to your settings.json
:
{
"editor.fontFamily": "Courier Prime"
}
I also recommend disabling matching word highlighting, since it doesn't serve much purpose in screenwriting, and can be distracting:
{
"editor.occurrencesHighlight": "off",
"editor.selectionHighlight": false
}
If you wish to limit the effect of this theme to a specific workspace, you can do so by enabling this override in settings.json
:
{
"workbench.colorTheme": "Kimbie Fountain"
}