Skip to content

Commit f6c6514

Browse files
author
tlipinski
committed
Refine theme configuration by updating cmd_regular_current to use default styling
1 parent c8694c1 commit f6c6514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl Default for ThemeConfig {
5858
ThemeConfig {
5959
cmd_regular: StyleConfig::default(),
6060
cmd_regular_pipe: StyleConfig::fg("green"),
61-
cmd_regular_current: StyleConfig::bg("gray"),
61+
cmd_regular_current: StyleConfig::default(),
6262
cmd_highlight: StyleConfig::fg_bg("black", "yellow"),
6363
cmd_highlight_pipe: StyleConfig::bg("yellow"),
6464
cmd_highlight_current: StyleConfig::fg_bg("black", "yellow"),

0 commit comments

Comments
 (0)