summaryrefslogtreecommitdiffstats
path: root/doc/default_theme.rasi
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-14 11:03:16 +0000
committerGitHub <noreply@github.com>2021-08-14 13:03:16 +0200
commitc62137f8ab4e7a9d033b57e6a77944bb621d90ff (patch)
tree84cdd1b40733d09ce7ec49d4bd050a8ebafc8309 /doc/default_theme.rasi
parent69c6004681cc9bb2f7126226a86273c136b32756 (diff)
Simple maintenance improvements (#1370)
* rofi moved to libera.chat * unify some theme headers and whitespace * consistently use the same hashbang for bash * improve obsolete way of testing equality see https://github.com/koalaman/shellcheck/wiki/SC2268 for explanation * use consistent function definitions in bash scripts * remove duplicated author and fix whitespace * quote all variables in scripts fixes many warnings identified through shellcheck * fix whitespace in scripts * fix whitespace in non-source files * fix spelling in non-source files * fix whitespace and indentation in source files * fix spelling in source files
Diffstat (limited to 'doc/default_theme.rasi')
-rw-r--r--doc/default_theme.rasi18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index 5c6e3bb5..e2ffd351 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -35,7 +35,7 @@ element {
padding: 1px ;
spacing: 5px ;
border: 0;
- cursor: pointer;
+ cursor: pointer;
}
element normal.normal {
background-color: var(normal-background);
@@ -124,7 +124,7 @@ sidebar {
button {
spacing: 0;
text-color: var(normal-foreground);
- cursor: pointer;
+ cursor: pointer;
}
button selected {
background-color: var(selected-normal-background);
@@ -133,12 +133,12 @@ button selected {
num-filtered-rows, num-rows {
text-color: grey;
- expand: false;
+ expand: false;
}
textbox-num-sep {
text-color: grey;
- expand: false;
- str: "/";
+ expand: false;
+ str: "/";
}
inputbar {
padding: 1px ;
@@ -151,11 +151,11 @@ case-indicator {
text-color: var(normal-foreground);
}
entry {
- spacing: 0;
- text-color: var(normal-foreground);
+ spacing: 0;
+ text-color: var(normal-foreground);
placeholder-color: grey;
- placeholder: "Type to filter";
- cursor: text;
+ placeholder: "Type to filter";
+ cursor: text;
}
prompt {
spacing: 0;