Initial checkin of Pika from heckimp
This commit is contained in:
18
themes/Compact/compact.css
Normal file
18
themes/Compact/compact.css
Normal 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;
|
||||
}
|
3
themes/Compact/meson.build
Normal file
3
themes/Compact/meson.build
Normal file
@ -0,0 +1,3 @@
|
||||
install_data([ 'pika.css', 'pika-dark.css', 'compact.css' ],
|
||||
install_dir: pikadatadir / 'themes' / 'Compact')
|
||||
|
4
themes/Compact/pika-dark.css
Normal file
4
themes/Compact/pika-dark.css
Normal 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
4
themes/Compact/pika.css
Normal file
@ -0,0 +1,4 @@
|
||||
/* Light variant for the Compact theme for PIKA 3.0 */
|
||||
|
||||
@import url("../Default/pika.css");
|
||||
@import url("compact.css");
|
Reference in New Issue
Block a user