mirror of
https://github.com/timmypidashev/darkbox.nvim.git
synced 2026-04-14 03:33:51 +00:00
fix linter
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user