additional tools

This commit is contained in:
Kujtim Hoxha 2025-03-25 13:04:36 +01:00
commit 904061c243
33 changed files with 3258 additions and 236 deletions

View file

@ -146,8 +146,8 @@ var catppuccinDark = ansi.StyleConfig{
Code: ansi.StyleBlock{
StylePrimitive: ansi.StylePrimitive{
Color: stringPtr(dark.Green().Hex),
Prefix: " ",
Suffix: " ",
Prefix: "",
Suffix: "",
},
},
CodeBlock: ansi.StyleCodeBlock{

View file

@ -20,6 +20,7 @@ var (
DoubleBorder = Regular.Border(lipgloss.DoubleBorder())
// Colors
White = lipgloss.Color("#ffffff")
Surface0 = lipgloss.AdaptiveColor{
Dark: dark.Surface0().Hex,