Refine rofi candidate separators
This commit is contained in:
@@ -19,6 +19,7 @@ configuration {
|
|||||||
candidate-frost: #ffffff12;
|
candidate-frost: #ffffff12;
|
||||||
candidate: #18203372;
|
candidate: #18203372;
|
||||||
candidate-active:#0a84ffd9;
|
candidate-active:#0a84ffd9;
|
||||||
|
candidate-line: #ffffff16;
|
||||||
text: #111827ff;
|
text: #111827ff;
|
||||||
text-muted: #667085ff;
|
text-muted: #667085ff;
|
||||||
text-on-dark: #f8fafcff;
|
text-on-dark: #f8fafcff;
|
||||||
@@ -97,8 +98,8 @@ element {
|
|||||||
background-color: @bg;
|
background-color: @bg;
|
||||||
text-color: @text-on-dark;
|
text-color: @text-on-dark;
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
border: 0px 0px 0px 4px;
|
border: 0px 0px 1px 0px;
|
||||||
border-color: #00000000;
|
border-color: @candidate-line;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
/*
|
/*
|
||||||
* Rofi percentages are monitor-relative. Derive padding from:
|
* Rofi percentages are monitor-relative. Derive padding from:
|
||||||
@@ -113,7 +114,7 @@ element normal {
|
|||||||
}
|
}
|
||||||
|
|
||||||
element alternate {
|
element alternate {
|
||||||
background-color: @candidate-frost;
|
background-color: @candidate-soft;
|
||||||
}
|
}
|
||||||
|
|
||||||
element-icon {
|
element-icon {
|
||||||
@@ -133,6 +134,7 @@ element-text {
|
|||||||
element selected {
|
element selected {
|
||||||
background-color: @candidate-active;
|
background-color: @candidate-active;
|
||||||
text-color: @text-on-dark;
|
text-color: @text-on-dark;
|
||||||
|
border: 0px 0px 1px 4px;
|
||||||
border-color: @accent-soft;
|
border-color: @accent-soft;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user