mirror of
https://github.com/cheat/cheat.git
synced 2026-03-07 19:23:34 +01:00
chore: modernize CI and update Go toolchain
- Bump Go from 1.19 to 1.26 and update all dependencies - Rewrite CI workflow with matrix strategy (Linux, macOS, Windows) - Update GitHub Actions to current versions (checkout@v4, setup-go@v5) - Update CodeQL actions from v1 to v3 - Fix cross-platform bug in mock/path.go (path.Join -> filepath.Join) - Clean up dependabot config (weekly schedule, remove stale ignore) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
8
vendor/github.com/alecthomas/chroma/v2/styles/catppuccin-macchiato.xml
generated
vendored
8
vendor/github.com/alecthomas/chroma/v2/styles/catppuccin-macchiato.xml
generated
vendored
@@ -5,7 +5,7 @@
|
||||
<entry type="Other" style="#cad3f5"/>
|
||||
<entry type="LineTableTD" style=""/>
|
||||
<entry type="LineTable" style=""/>
|
||||
<entry type="LineHighlight" style="#494d64"/>
|
||||
<entry type="LineHighlight" style="bg:#494d64"/>
|
||||
<entry type="LineNumbersTable" style="#8087a2"/>
|
||||
<entry type="LineNumbers" style="#8087a2"/>
|
||||
<entry type="Keyword" style="#c6a0f6"/>
|
||||
@@ -65,12 +65,12 @@
|
||||
<entry type="CommentSingle" style="italic #6e738d"/>
|
||||
<entry type="CommentMultiline" style="italic #6e738d"/>
|
||||
<entry type="CommentSpecial" style="italic #6e738d"/>
|
||||
<entry type="CommentHashbang" style="italic #6e738d"/>
|
||||
<entry type="CommentHashbang" style="italic #5b6078"/>
|
||||
<entry type="CommentPreproc" style="italic #6e738d"/>
|
||||
<entry type="CommentPreprocFile" style="bold #6e738d"/>
|
||||
<entry type="Generic" style="#cad3f5"/>
|
||||
<entry type="GenericInserted" style="bg:#363a4f #a6da95"/>
|
||||
<entry type="GenericDeleted" style="#ed8796 bg:#363a4f"/>
|
||||
<entry type="GenericDeleted" style="bg:#363a4f #ed8796"/>
|
||||
<entry type="GenericEmph" style="italic #cad3f5"/>
|
||||
<entry type="GenericStrong" style="bold #cad3f5"/>
|
||||
<entry type="GenericUnderline" style="underline #cad3f5"/>
|
||||
@@ -80,4 +80,4 @@
|
||||
<entry type="GenericPrompt" style="#cad3f5"/>
|
||||
<entry type="GenericError" style="#ed8796"/>
|
||||
<entry type="GenericTraceback" style="#ed8796"/>
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user