Skip to content

Commit

Permalink
themes(default): adjust black color in engineering and operations
Browse files Browse the repository at this point in the history
- themes(engineering): change black color from primaries[2] to primaries[3]
- themes(operations): update black color from primaries[2] to primaries[3]
  • Loading branch information
nikbrunner committed Aug 24, 2024
1 parent 4406ad0 commit 280a3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/black-atom/themes/default/engineering.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ M.primaries = {

---@type BlackAtom.Theme.Palette
M.palette = {
black = M.primaries[2],
black = M.primaries[3],
gray = M.primaries[5],

dark_red = "#aaa2e0",
Expand Down
2 changes: 1 addition & 1 deletion lua/black-atom/themes/default/operations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ M.primaries = {

---@type BlackAtom.Theme.Palette
M.palette = {
black = M.primaries[2],
black = M.primaries[3],
gray = M.primaries[5],

dark_red = "#a89ee3",
Expand Down

0 comments on commit 280a3b6

Please sign in to comment.