Skip to content

Commit

Permalink
Fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Sep 4, 2024
1 parent 443cb27 commit 52dfe74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ $ignoreUpdatesFor = @(
"Invoke-SpectreScriptBlockQuietly",
"Wait-SpectreJobs",
"Read-SpectrePause",
"Get-SpectreEscapedText"
"Get-SpectreEscapedText",
"Set-SpectreColors",
"Start-SpectreRecording",
"Stop-SpectreRecording"
)

# Git user details for github action commits
Expand Down
1 change: 1 addition & 0 deletions PwshSpectreConsole.Docs/src/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ div.asciinema-player-theme-spectre {
--term-color-5: #8e9ab4;
--term-color-6: #6097a7;
--term-color-7: #eceff4;
--term-color-9: #bf616a;
}

div.asciinema-player-theme-spectre span {
Expand Down

0 comments on commit 52dfe74

Please sign in to comment.