More tweaks and add variant to theme testbench
This commit is contained in:
parent
593c7a8cd1
commit
eabd687cbc
7 changed files with 124 additions and 177 deletions
|
@ -1,11 +1,10 @@
|
|||
import { ColorScheme } from "../themes/common/colorScheme";
|
||||
import { panel } from "./app";
|
||||
import { background, foreground, text } from "./components";
|
||||
|
||||
export default function projectPanel(colorScheme: ColorScheme) {
|
||||
let layer = colorScheme.lowest.middle;
|
||||
return {
|
||||
...panel,
|
||||
background: background(layer),
|
||||
padding: { left: 12, right: 12, top: 6, bottom: 6 },
|
||||
indentWidth: 8,
|
||||
entry: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue