Skip to content

Commit

Permalink
fix(astrodark): remove unnecessary color
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 11, 2023
1 parent 3201cf0 commit c16348e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion extras/wezterm/wezterm_astrodark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ c.ui.text_inactive = "#494D56"
c.ui.text_match = "#E0E0Ee"

c.ui.prompt = "#21242A"
c.ui.results = "#131519"

--------------------------------
--- Terminal
Expand Down
1 change: 0 additions & 1 deletion lua/astrotheme/palettes/astrodark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ c.ui.text_inactive = "#494D56"
c.ui.text_match = "#E0E0Ee"

c.ui.prompt = "#21242A"
c.ui.results = "#131519"

--------------------------------
--- terminal
Expand Down

0 comments on commit c16348e

Please sign in to comment.