Skip to content

Commit c16348e

Browse files
committed
fix(astrodark): remove unnecessary color
1 parent 3201cf0 commit c16348e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

extras/wezterm/wezterm_astrodark.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ c.ui.text_inactive = "#494D56"
5656
c.ui.text_match = "#E0E0Ee"
5757

5858
c.ui.prompt = "#21242A"
59-
c.ui.results = "#131519"
6059

6160
--------------------------------
6261
--- Terminal

lua/astrotheme/palettes/astrodark.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ c.ui.text_inactive = "#494D56"
5454
c.ui.text_match = "#E0E0Ee"
5555

5656
c.ui.prompt = "#21242A"
57-
c.ui.results = "#131519"
5857

5958
--------------------------------
6059
--- terminal

0 commit comments

Comments
 (0)