diff options
Diffstat (limited to 'style.scss')
| -rw-r--r-- | style.scss | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/style.scss b/style.scss new file mode 100644 index 0000000..6c070fb --- /dev/null +++ b/style.scss @@ -0,0 +1,44 @@ +// https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss +$fg-color: #{"@theme_fg_color"}; +$bg-color: #{"@theme_bg_color"}; + +window { + font-size: x-large; +} +.linky-button { + all: unset; + background: transparent; + border: 0; + color: inherit; +} + +.linky-button:hover { + /* This does not work. Why? */ + text-decoration-line: underline; + color: green; +} +.output-list { + background: #306c; + min-width: 20em; + padding: 1em; + padding-right: 1em; + color: #afa; + border-right: 1px solid #afa; + font-family: monospace; +} + +.monitor { + font-weight: bold; +} + +.workspace { + margin-left: 1em; +} +.active-ws { + color: greenyellow; +} + +.window { + margin-left: 2em; +} + |
