Open jamievlin opened 1 year ago
Add new UI variant for One Dark Theme
Adds a new UI version of one dark theme
I am a daily user of the new UI in IntelliJ and the regular one dark theme had different border/spacing than themes for the new UI.
./gradlew check
./gradlew :ktlintMainSourceSetFormat
Bump. There's no need to copy the new UI dark theme. You can set the parentTheme to ExperimentalDark. That, and remove the rowHeight attributes from Tree and List.
parentTheme
ExperimentalDark
rowHeight
Tree
List
Works for me
Add new UI variant for One Dark Theme
Description
Adds a new UI version of one dark theme
Motivation and Context
I am a daily user of the new UI in IntelliJ and the regular one dark theme had different border/spacing than themes for the new UI.
Screenshots (if appropriate):
Types of changes
Checklist:
./gradlew check
passes clean)../gradlew :ktlintMainSourceSetFormat
.