rosenrot/style.css

81 lines
1.3 KiB
CSS
Raw Normal View History

2023-05-15 16:11:21 +00:00
/*
2022-11-14 20:41:43 +00:00
@define-color Surface0 #313244;
@define-color Surface1 #45475a;
@define-color Base #1e1e2e;
@define-color Mantle #181825;
@define-color Lavender #b4befe;
2023-05-15 16:11:21 +00:00
@define-color Text #cdd6f4;
*/
2022-11-14 20:41:43 +00:00
* {
2023-05-15 16:11:21 +00:00
/* <https://github.com/bsundman/Yosembiance/blob/master/Yosembiance-Kraken-Blue/gtk-3.0/gtk-widgets.css~> */
2022-11-14 20:41:43 +00:00
padding: 0px;
margin: 0px;
outline-color: @Lavender;
2023-05-15 16:11:21 +00:00
/* color: @Text; */
color: black;
border-color: white;
2023-05-09 03:02:33 +00:00
font-size: 25px;
/*@Base; */
2023-05-15 16:11:21 +00:00
/* background: @Base !important; */
/* border-bottom-color: @Base; */
2022-11-14 20:41:43 +00:00
}
window, notebook, headerbar {
background: @Base;
}
/* Make titlebar pretty gigantic. I'm pretty myopic. */
.titlebar {
padding: 10px;
font-size: 30px;
}
.titlebar * {
padding: 10px;
font-size: 27px;
2022-11-14 20:41:43 +00:00
}
2023-05-09 03:02:33 +00:00
header * {
font-size: 20px;
padding: 5px;
}
2022-11-14 20:41:43 +00:00
tabs {
background-color: @Base;
padding: 3px;
outline-color: white;
border-color: @Base;
2022-11-14 20:41:43 +00:00
}
tab {
background-color: @Base;
margin: 2px 5px 2px 0px;
padding: 5px;
border-style: solid;
2023-05-09 03:02:33 +00:00
font-size: 27px;
/*border-color: white;
border-bottom-color: white;
outline-color: white;
2022-11-14 20:41:43 +00:00
margin: 5px;
padding-left: 10px;
padding-right: 10px; */
2022-11-14 20:41:43 +00:00
}
entry {
background-color: @Surface0;
padding-left: 10px;
}
entry:focus {
background-color: @Surface0;
padding-left: 10px;
2022-11-14 20:41:43 +00:00
}
2023-05-15 16:11:21 +00:00
GtkPopover * {
color: black;
}