Merge pull request 'feat(ztools): migrate to kindred_sdk palette system (#278)' (#283) from feat/ztools-sdk-migration into main
Some checks failed
Build and Test / build (push) Has been cancelled
Some checks failed
Build and Test / build (push) Has been cancelled
Reviewed-on: #283
This commit was merged in pull request #283.
This commit is contained in:
Submodule mods/ztools updated: 55be41e697...296a94e2d0
@@ -136,6 +136,12 @@
|
||||
<FCParamGroup Name="Sketcher">
|
||||
<FCUInt Name="GridLineColor" Value="1162304255" />
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="Spreadsheet">
|
||||
<FCText Name="TextColor">#cdd6f4</FCText>
|
||||
<FCText Name="AliasedCellBackgroundColor">#313244</FCText>
|
||||
<FCText Name="PositiveNumberColor">#a6e3a1</FCText>
|
||||
<FCText Name="NegativeNumberColor">#f38ba8</FCText>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
|
||||
@@ -48,12 +48,6 @@ install(
|
||||
DESTINATION
|
||||
mods/ztools
|
||||
)
|
||||
install(
|
||||
DIRECTORY
|
||||
${CMAKE_SOURCE_DIR}/mods/ztools/CatppuccinMocha
|
||||
DESTINATION
|
||||
mods/ztools
|
||||
)
|
||||
install(
|
||||
FILES
|
||||
${CMAKE_SOURCE_DIR}/mods/ztools/package.xml
|
||||
|
||||
Reference in New Issue
Block a user