Testing
This commit is contained in:
@@ -147,8 +147,8 @@
|
||||
gaps_in = config.var.theme.gaps-in;
|
||||
gaps_out = config.var.theme.gaps-out;
|
||||
border_size = config.var.theme.border-size;
|
||||
"col.active_border" = "rgba(${config.var.theme.colors.accent}ff)";
|
||||
"col.inactive_border" = "rgba(00000055)";
|
||||
# "col.active_border" = "rgba(${config.var.theme.colors.accent}ff)";
|
||||
# "col.inactive_border" = "rgba(00000055)";
|
||||
border_part_of_window = true;
|
||||
layout = "master";
|
||||
};
|
||||
@@ -160,7 +160,7 @@
|
||||
drop_shadow = true;
|
||||
shadow_range = 20;
|
||||
shadow_render_power = 3;
|
||||
"col.shadow" = "rgba(00000055)";
|
||||
# "col.shadow" = "rgba(00000055)";
|
||||
blur = { enabled = if config.var.theme.blur then "true" else "false"; };
|
||||
};
|
||||
|
||||
|
||||
@@ -33,66 +33,66 @@
|
||||
key_exit = "Escape";
|
||||
};
|
||||
|
||||
style = ''
|
||||
/** ********** Fonts ********** **/
|
||||
|
||||
* {
|
||||
font-family: "${config.var.theme.font}";
|
||||
font-weight: 500;
|
||||
font-size: ${toString config.var.theme.font-size}px;
|
||||
}
|
||||
|
||||
#window {
|
||||
background-color: #${config.var.theme.colors.bgalt};
|
||||
color: #${config.var.theme.colors.fgalt};
|
||||
border-radius: ${toString config.var.theme.rounding}px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#input {
|
||||
background-color: #${config.var.theme.colors.bg};
|
||||
border: 0px solid #${config.var.theme.colors.accent};
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#inner-box {}
|
||||
|
||||
#img {
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#text {
|
||||
color: #${config.var.theme.colors.c7};
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: #${config.var.theme.colors.fg};
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #${config.var.theme.colors.accent};
|
||||
color: #${config.var.theme.colors.accentFg};
|
||||
}
|
||||
|
||||
#unselected {}
|
||||
|
||||
#selected {}
|
||||
|
||||
#input,
|
||||
#entry:selected {
|
||||
border-radius: ${toString config.var.theme.rounding}px;
|
||||
}
|
||||
'';
|
||||
# style = ''
|
||||
# /** ********** Fonts ********** **/
|
||||
#
|
||||
# * {
|
||||
# font-family: "${config.var.theme.font}";
|
||||
# font-weight: 500;
|
||||
# font-size: ${toString config.var.theme.font-size}px;
|
||||
# }
|
||||
#
|
||||
# #window {
|
||||
# background-color: #${config.var.theme.colors.bgalt};
|
||||
# color: #${config.var.theme.colors.fgalt};
|
||||
# border-radius: ${toString config.var.theme.rounding}px;
|
||||
# }
|
||||
#
|
||||
# #outer-box {
|
||||
# padding: 20px;
|
||||
# }
|
||||
#
|
||||
# #input {
|
||||
# background-color: #${config.var.theme.colors.bg};
|
||||
# border: 0px solid #${config.var.theme.colors.accent};
|
||||
# padding: 8px 12px;
|
||||
# }
|
||||
#
|
||||
# #scroll {
|
||||
# margin-top: 20px;
|
||||
# }
|
||||
#
|
||||
# #inner-box {}
|
||||
#
|
||||
# #img {
|
||||
# padding-right: 8px;
|
||||
# }
|
||||
#
|
||||
# #text {
|
||||
# color: #${config.var.theme.colors.c7};
|
||||
# }
|
||||
#
|
||||
# #text:selected {
|
||||
# color: #${config.var.theme.colors.fg};
|
||||
# }
|
||||
#
|
||||
# #entry {
|
||||
# padding: 6px;
|
||||
# }
|
||||
#
|
||||
# #entry:selected {
|
||||
# background-color: #${config.var.theme.colors.accent};
|
||||
# color: #${config.var.theme.colors.accentFg};
|
||||
# }
|
||||
#
|
||||
# #unselected {}
|
||||
#
|
||||
# #selected {}
|
||||
#
|
||||
# #input,
|
||||
# #entry:selected {
|
||||
# border-radius: ${toString config.var.theme.rounding}px;
|
||||
# }
|
||||
# '';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user