diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f5f19e..3a99e99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: JohnnyMorganz/stylua-action@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.DARKBOX_TOKEN }} args: --color always --check lua test: diff --git a/lua/darkbox.lua b/lua/darkbox.lua index 46f6475..e3333fb 100644 --- a/lua/darkbox.lua +++ b/lua/darkbox.lua @@ -128,7 +128,7 @@ local function get_colors() foreground_1 = palette.foreground_1, foreground_2 = palette.foreground_2, foreground_3 = palette.foreground_3, - foreground_4 = palette.foreground_4 + foreground_4 = palette.foreground_4, } if config.contrast == "classic" then