additional tools
This commit is contained in:
parent
005b8ac167
commit
904061c243
33 changed files with 3258 additions and 236 deletions
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ var (
|
|||
DoubleBorder = Regular.Border(lipgloss.DoubleBorder())
|
||||
|
||||
// Colors
|
||||
White = lipgloss.Color("#ffffff")
|
||||
|
||||
Surface0 = lipgloss.AdaptiveColor{
|
||||
Dark: dark.Surface0().Hex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue