You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Design
44
44
The DotMatrix theme use a couple of design principles:
45
45
46
46
* It is accessible to colorblind people, hence it uses:
47
-
* only four colors: dark grey, white, blue and yellow.
47
+
* only four colors: dark grey, white, blue and yellow (different color pairs are available as presets for people having blue-yellow colorblindess).
48
48
* At least a text item for each segment,
49
49
* or a blank space between segments.
50
50
* The blue colors means that the user is probably expected to perform some task.
@@ -55,7 +55,7 @@ The DotMatrix theme use a couple of design principles:
55
55
* Important states are denoted by text.
56
56
* Ancillary states can be shown with a single character/icon.
57
57
* States appearing from a user action can be shown by "detaching" two segments usually joined.
58
-
When possible, this added space is shown as having a right-to-left direction.
58
+
By default, this added space is shown as having a right-to-left direction.
59
59
60
60
The prompt itself is designed in three lines:
61
61
@@ -82,9 +82,12 @@ for the default login user ("", a figure), on localhost ("", an island), i
82
82
83
83
### Full description
84
84
85
-
The following diagram shows almost all the possible states of a DotMatrix Liquid Prompt:
85
+
The following diagram shows almost all the possible states of a DotMatrix Liquid Prompt
86
+
87
+

88
+
89
+
The diagram is available [in a vector format](liquidprompt_dotmatrix_design.svg) (note: you need a browser/viewer configured to use a [nerd-font](https://www.nerdfonts.com) to see it correctly).
86
90
87
-

88
91
89
92
90
93
Setup
@@ -97,7 +100,7 @@ For example:
97
100
98
101
# Load Liquid Prompt.
99
102
source~/liquidprompt/liquidprompt
100
-
# Configure the desired variant.
103
+
# Configure the desired variant (or colors, etc.).
0 commit comments