From 00d498851cd8392ec940ff90a11da2ccb75086b8 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 8 May 2023 23:02:33 -0400 Subject: make tabs larger, document. --- README.md | 1 + style.css | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0866c0..99fe6a6 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,4 @@ I just found out that you can inspect a GTK application with the GTK explorer if - [ ] Doesn't work with when Spanish is selected as the language, for some reason. - [ ] At some point, I tried to install libsoup-3 and borked some unknown installation option/paths. So now I need to run rose with `GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose` (or put `export GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/` in my .bashrc). This won't affect new users though, just double checked on a fresh machine. - [ ] By default the searchbar is pretty gigantic. I've made this so because I'm a bit myopic, but also work with my laptop in a laptop stand. Anyways, if you are a more normal person you can change this in the style.css. +- [ ] The style.css usage isn't updated until installation. This is because by default rose uses the theme located in /usr/share/themes/rose/style.css, and that file isn't updated until make install. diff --git a/style.css b/style.css index 97ea51c..64333b5 100644 --- a/style.css +++ b/style.css @@ -11,13 +11,13 @@ outline-color: @Lavender; color: @Text; border-color: white; + font-size: 25px; /*@Base; */ /* border-bottom-color: @Base; */ } window, notebook, headerbar { background: @Base; - fontsize: 30px !important; } /* Make titlebar pretty gigantic. I'm pretty myopic. */ @@ -32,6 +32,11 @@ window, notebook, headerbar { font-size: 27px; } +header * { + font-size: 20px; + padding: 5px; +} + tabs { background-color: @Base; padding: 3px; @@ -44,6 +49,7 @@ tab { margin: 2px 5px 2px 0px; padding: 5px; border-style: solid; + font-size: 27px; /*border-color: white; border-bottom-color: white; outline-color: white; -- cgit v1.2.3