mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
feat: better logs page
This commit is contained in:
parent
c66832d299
commit
49037e7b28
3 changed files with 50 additions and 27 deletions
|
|
@ -20,6 +20,10 @@ func Regular() lipgloss.Style {
|
|||
return lipgloss.NewStyle()
|
||||
}
|
||||
|
||||
func Muted() lipgloss.Style {
|
||||
return lipgloss.NewStyle().Foreground(theme.CurrentTheme().TextMuted())
|
||||
}
|
||||
|
||||
// Bold returns a bold style
|
||||
func Bold() lipgloss.Style {
|
||||
return Regular().Bold(true)
|
||||
|
|
@ -149,4 +153,3 @@ func BorderFocusedColor() lipgloss.AdaptiveColor {
|
|||
func BorderDimColor() lipgloss.AdaptiveColor {
|
||||
return theme.CurrentTheme().BorderDim()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue