Skip to content

Commit 6ec7361

Browse files
committed
Update command highlight style
1 parent c9d6880 commit 6ec7361

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

weaverbird-gui/src/main/java/com/techsenger/weaverbird/gui/console/TextAreaCssStyles.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ public final class TextAreaCssStyles {
3232
.of(CSS_ATTRIBUTE, "-fx-fill: -color-danger-5;");
3333

3434
protected static final StyleAttributeMap COMMAND = StyleAttributeMap
35-
.of(CSS_ATTRIBUTE, "-fx-fill: -color-accent-5;");
35+
.of(CSS_ATTRIBUTE, "-fx-font-weight: bold");
3636

3737
protected static final StyleAttributeMap DEFAULT = StyleAttributeMap
38-
.of(CSS_ATTRIBUTE, "-fx-fill: -color-fg-default;");
38+
.of(CSS_ATTRIBUTE, "-fx-fill: -color-fg-default; -fx-font-weight: normal;");
3939

4040
private TextAreaCssStyles() {
4141
// empty

0 commit comments

Comments
 (0)