This is my custom theme for versions of Blender 2.8.
There are some subtle changes to the default dark theme that suit my preferences. Most of these changes are focused on scripting.
Text Editor
- Comments have been made bright cyan to make them easier to identify compared to the rest of the code. I didn't like how the original comments were more subtle. I prefer brighter comments because I often use them to navigate the code.
- Important syntactical language features have been made a bright orange. It contrasts well with the cyan comments for easy reading.
Python Console
Auto-Complete options appear cyan and errors appear orange, following the style of the text editor changes.
Backgrounds
The backgrounds of many of the windows have been made a darker shade of grey - the original dark mode was too bright for my liking.