xob: Add styles
This commit is contained in:
parent
26d8ea7043
commit
3357268c71
33
.config/xob/styles.cfg
Normal file
33
.config/xob/styles.cfg
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
default = {
|
||||||
|
x = {offset = 0;};
|
||||||
|
y = {relative = 0; offset = 36;};
|
||||||
|
length = {
|
||||||
|
relative = 0.25;
|
||||||
|
offset = 0;
|
||||||
|
};
|
||||||
|
thickness = {absolute: 30;};
|
||||||
|
border = 0;
|
||||||
|
outline = 1;
|
||||||
|
padding = 3;
|
||||||
|
overflow = "hidden";
|
||||||
|
color.normal = {
|
||||||
|
fg = "#83a598"
|
||||||
|
bg = "#282828"
|
||||||
|
border = "#928374"
|
||||||
|
};
|
||||||
|
color.alt = {
|
||||||
|
fg = "#928374"
|
||||||
|
bg = "#282828"
|
||||||
|
border = "#83a598"
|
||||||
|
};
|
||||||
|
color.overflow = {
|
||||||
|
fg = "#fabd2f"
|
||||||
|
bg = "#282828"
|
||||||
|
border = "#928374"
|
||||||
|
};
|
||||||
|
color.altoverflow = {
|
||||||
|
fg = "#928374"
|
||||||
|
bg = "#282828"
|
||||||
|
border = "#fabd2f"
|
||||||
|
};
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user