fix linter

This commit is contained in:
2025-02-03 12:39:13 -08:00
parent 1c8de63f11
commit d556ba1805
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v1 - uses: JohnnyMorganz/stylua-action@v1
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.DARKBOX_TOKEN }}
args: --color always --check lua args: --color always --check lua
test: test:

View File

@@ -128,7 +128,7 @@ local function get_colors()
foreground_1 = palette.foreground_1, foreground_1 = palette.foreground_1,
foreground_2 = palette.foreground_2, foreground_2 = palette.foreground_2,
foreground_3 = palette.foreground_3, foreground_3 = palette.foreground_3,
foreground_4 = palette.foreground_4 foreground_4 = palette.foreground_4,
} }
if config.contrast == "classic" then if config.contrast == "classic" then