Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

View File

@ -0,0 +1,18 @@
/* Set of common styles for the Compact theme for PIKA 3.0 */
* {
-PikaToolPalette-tool-icon-size: small-toolbar;
font-size: small;
}
toolpalette button {
padding: 0px;
}
button, tab {
padding: 0px;
}
paned separator {
padding: 1px;
}

View File

@ -0,0 +1,3 @@
install_data([ 'pika.css', 'pika-dark.css', 'compact.css' ],
install_dir: pikadatadir / 'themes' / 'Compact')

View File

@ -0,0 +1,4 @@
/* Dark variant for the Compact theme for PIKA 3.0 */
@import url("../Default/pika-dark.css");
@import url("compact.css");

4
themes/Compact/pika.css Normal file
View File

@ -0,0 +1,4 @@
/* Light variant for the Compact theme for PIKA 3.0 */
@import url("../Default/pika.css");
@import url("compact.css");