Skip to content

Commit

Permalink
feat(astrodark): update to color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lamia authored and mehalter committed Oct 11, 2023
1 parent dd49c67 commit 8861f59
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lua/astrotheme/palettes/astrodark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,21 @@ c.ui.base = "#1A1D23"
c.ui.inactive_base = "#16181D"
c.ui.statusline = "#111317"
c.ui.split = "#111317"
c.ui.float = "#14161B"
c.ui.title = c.ui.accent
c.ui.border = "#3A3E47"
c.ui.current_line = "#1E222A"
c.ui.scrollbar = c.ui.accent
c.ui.selection = "#26343F"
c.ui.menu_selection = c.ui.accent
c.ui.highlight = "#1E222A"
c.ui.highlight = "#23272F"
c.ui.none_text = "#3A3E47"
c.ui.text = "#9B9FA9"
c.ui.text_active = "#ADB0BB"
c.ui.text_inactive = "#494D56"
c.ui.text_match = c.ui.accent
c.ui.text_match = "#e0e0ee"
c.ui.text_match = "#E0E0Ee"

c.ui.prompt = "#202227"
-- c.ui.prompt = "#20242E"
c.ui.prompt = "#21242A"
c.ui.results = "#131519"

--------------------------------
Expand Down

0 comments on commit 8861f59

Please sign in to comment.