Skip to content

Commit

Permalink
fix(workflows): stylua format
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Jun 9, 2023
1 parent 8426d3b commit 2df7036
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/palette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with open('lua/catppuccin/palettes/{flavour}.lua'.format(flavour = flavour), 'w') as f:
f.write('return {\n')
for accent in data[flavour]: f.write('\t{accent} = \"{hex}\",\n'.format(accent = accent, hex = data[flavour][accent]['hex']))
f.write('}')"
f.write('}\n')"
- name: Create Pull Request
id: cpr
Expand Down
2 changes: 1 addition & 1 deletion lua/catppuccin/palettes/frappe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ return {
base = "#303446",
mantle = "#292c3c",
crust = "#232634",
}
}
2 changes: 1 addition & 1 deletion lua/catppuccin/palettes/latte.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ return {
base = "#eff1f5",
mantle = "#e6e9ef",
crust = "#dce0e8",
}
}
2 changes: 1 addition & 1 deletion lua/catppuccin/palettes/macchiato.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ return {
base = "#24273a",
mantle = "#1e2030",
crust = "#181926",
}
}
2 changes: 1 addition & 1 deletion lua/catppuccin/palettes/mocha.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ return {
base = "#1e1e2e",
mantle = "#181825",
crust = "#11111b",
}
}

0 comments on commit 2df7036

Please sign in to comment.