Commit 06bfa305 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents d91a8245 11ce9f91
#root>div.dark-theme {
--ls-primary-background-color: hsl(0, 0%, 12%);
--ls-secondary-background-color: hsl(0, 0%, 9%);
--ls-tag-text-color: hsl(180, 70%, 64%);
--ls-link-ref-text-color: hsl(180, 60%, 44%);
}
.ls-block[level~='1'] {
margin-bottom: 1em;
}
.ls-block[level~='2'] {
margin-bottom: 0.5em;
}
.mt-10 {
margin-top: 0;
}
#journals .journal-item, #journals .journal-item:first-child {
min-height: 0px;
}
This diff is collapsed.
{
"uuid": "paperwm@paperwm.github.com",
"name": "PaperWM",
"description": "Tiling window manager with a twist",
"url": "https://github.com/paperwm/PaperWM",
"settings-schema": "org.gnome.shell.extensions.paperwm",
"shell-version": [ "45", "46", "47", "48", "49" ],
"version-name": "49.0.0"
}
.paperwm-selection {
/* border: 10px rgba(66, 215, 215, 0.8); */
/* background-color: rgba(66, 215, 215, 0.8); */
/* background-color: rgba(0, 0, 0, 0); */
/* background-color: -st-accent-color; */
/* border: 0px; */
/* background-color: #00b398; */
}
.paperwm-window-position-bar {
/*background-color: -st-accent-color;*/
/* background-color: rgba(66, 215, 215, 0.35); */
}
// -*- mode: gnome-shell -*-
const Extension = imports.misc.extensionUtils.getCurrentExtension();
const Tiling = Extension.imports.tiling;
const Keybindings = Extension.imports.keybindings;
function enable() {
// Runs when extension is enabled
}
function disable() {
// Runs when extension is disabled
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment