Skip to content

Commit d37e32a

Browse files
committed
fix(theme): remove default border style
as it was overriding the `text` (which is the default fg, bg of the terminal)
1 parent 1e2d937 commit d37e32a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

internal/config/default/default_dark.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ target_marker = { fg = "black", bg = "red", bold = true }
77
source_marker = { fg = "black", bg = "cyan" }
88
success = "green"
99
error = "red"
10-
border = "bright white"
1110
"confirmation text" = { fg = "magenta", bold = true }
1211
"confirmation selected" = { fg = "bright white", bg = "blue", bold = true }
1312
"confirmation dimmed" = "white"

internal/config/default/default_light.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ target_marker = { fg = "black", bg = "red", bold = true }
77
source_marker = { fg = "black", bg = "cyan" }
88
success = "green"
99
error = "red"
10-
border = "bright white"
1110
"confirmation text" = { fg = "magenta", bold = true }
1211
"confirmation selected" = { fg = "bright white", bg = "blue", bold = true }
1312
"confirmation dimmed" = "white"
@@ -20,7 +19,7 @@ border = "bright white"
2019
"revset completion matched" = { fg = "cyan", bold = true }
2120
"revset completion selected" = { fg = "cyan", bg = "bright black" }
2221
"status title" = { fg = "black", bg = "magenta", bold = true }
23-
"menu title" = { fg = "230", bg = "62", bold = true }
24-
"menu subtitle" = { fg = "230", bold = true }
22+
"menu title" = { fg = "62", bg = "230", bold = true }
23+
"menu subtitle" = { fg = "62", bold = true }
2524
"menu matched" = { fg = "magenta", bold = true }
2625
"menu selected" = { fg = "cyan", bold = true, underline = false }

0 commit comments

Comments
 (0)