26 lines
910 B
CSS
26 lines
910 B
CSS
* {
|
|
-GtkHTML-cursor-color: {{ .Theme.Colors.Semantic.Text.Value }};
|
|
-GtkIMHtml-cursor-color: {{ .Theme.Colors.Semantic.Text.Value }};
|
|
-GtkTextView-error-underline-color: {{ .Theme.Colors.Semantic.Warn.Value }};
|
|
-W3C-focus-color: {{ .Theme.Colors.Semantic.Accent.Value }};
|
|
outline-color: {{ .Theme.Colors.Semantic.Accent.Alpha .Theme.Colors.Semantic.Background 0.5 }};
|
|
background-clip: padding-box;
|
|
-gtk-secondary-caret-color: {{ .Theme.Colors.Semantic.Accent.Value }};
|
|
}
|
|
|
|
.background {
|
|
background-color: {{ .Theme.Colors.Semantic.Background.Value }};
|
|
color: {{ .Theme.Colors.Semantic.Text.Value }};
|
|
}
|
|
|
|
:disabled {
|
|
color: {{ .Theme.Colors.Semantic.Disabled.Value }};
|
|
}
|
|
|
|
window,
|
|
.window-frame {
|
|
background-color: {{ .Theme.Colors.Semantic.Background.Value }};
|
|
color: {{ .Theme.Colors.Semantic.Text.Value }};
|
|
border-radius: {{ .Theme.Spacing.RadiusLarge }};
|
|
}
|