cleanup and fixes

This commit is contained in:
Mikayla Fischler
2024-03-12 13:15:28 -04:00
parent 9393632428
commit a00a824a7f
4 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ local flasher = require("graphics.flasher")
local core = {}
core.version = "2.2.1"
core.version = "2.2.2"
core.flasher = flasher
core.events = events

View File

@ -289,7 +289,7 @@ themes.smooth_stone = {
}
}
---@class ui_palette
---@type ui_palette
themes.deepslate = {
colors = {
{ c = colors.red, hex = 0xeb6a6c },