From 8c30c456806ff6d40684a7acf4084f387932db0e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 6 Feb 2024 07:46:58 +0100 Subject: Big update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 9abda52..d37a3eb 100644 --- a/README +++ b/README @@ -13,18 +13,36 @@ Design: • Gaps between objects should be 1 pixel -• The base colour should be #bebebe +• The base colour should be #bebebeff • Transparency should be used instead of colours and shades, primarily 25% opaque and secondarily 50% opaque, unless not appropriate +• 35% opaqueness is used to indicate that something + is disabled, whereas the action to disable is + indicated by a stroke along the main diagonal + +• 35% opaqueness is also used to indicate that + something is not happening, or a level that + that has not been reached + +• 50% opaqueness is used to indicate that the + information is may be out of date + +• 50% opaqueness is also used to indicate idle + but enabled state + +• Status icons that may animated to blink have + a version suffixed "-blink_off" where the + blinking part is set to have 20% opacity + • In exceptional cases colours can be used: Status indication: • Red = #ef2929ff (critical state or missing) • Orange = #f57900ff (warning) - • Green = #32a679ff (verified) + • Green = #32a678ff (verified) User selectable colours: • Red = #cd656cff @@ -36,9 +54,21 @@ Design: • Magenta = #a46eb0ff • Icons that can be overlayed, such as emblems, - should have a 1 pixel black (#000000) outline + should have a 1 pixel black (#000000ff) outline • SVG files should be cleaned up with `svgcleaner` When building, it is a good idea to run `make all-fast -j` rather than `make all -j` or `make -j` (also if without -j). + + +Icons with ad-hoc design choices: + + emblems/emblem-urgent: + Uses #cd656cff (user red) + + mimetypes/application-x-executable-suid (and alises): + Uses #cd656cff (user red) + + mimetypes/application-x-executable-daemon (and alises): + Uses 35% opacity -- cgit v1.2.3-70-g09d2