Back to molokai.

This commit is contained in:
Bartek Stalewski 2023-01-27 17:04:59 +01:00
parent d448012f61
commit c85628c5d7
4 changed files with 34 additions and 37 deletions

View file

@ -96,29 +96,28 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
"#000000",
"#ff3333",
"#b8cc52",
"#e7c547",
"#36a3d9",
"#f07178",
"#95e6cb",
"#ffffff",
"#323232",
"#ff6565",
"#eafe84",
"#fff779",
"#68d5ff",
"#ffa3aa",
"#c7fffd",
"#ffffff",
"#272822",
"#fd4285",
"#a6e22d",
"#e5da72",
"#0094d8",
"#9a37ff",
"#50b6d8",
"#c7c7c7",
"#676767",
"#fa7fac",
"#bde271",
"#fff27f",
"#005577",
"#bd9eff",
"#5ed6fe",
"#feffff",
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
"#0f1419", /* 256 -> background */
"#e6e1cf", /* 257 -> foreground */
"#f29718", /* 258 -> cursor */
"#272822", /* 256 -> background */
"#c7c7c7", /* 257 -> foreground */
"#c7c7c7", /* 258 -> cursor */
"#272822", /* 259 -> cursor text */
};

View file

@ -94,18 +94,18 @@ dgroups_app_rules = [] # type: list
layouts = [
layout.Columns(
border_focus='#ffffff',
border_normal='#0f1419',
border_focus='#005577',
border_normal="#272822",
border_on_single = False,
border_width=2,
border_width=5,
insert_position=1,
margin=[5, 5, 5, 5]
),
]
widget_defaults = dict(
background='#0f1419',
foreground='#e6e1cf',
foreground="#f8f8f2",
background="#272822",
font="RobotoMono Nerd Font Medium",
fontsize=14,
)
@ -119,7 +119,7 @@ screens = [
top=bar.Bar(
[
widget.GroupBox(
active='#e6e1cf',
active='#f8f8f2',
disable_drag=True,
highlight_method='block',
rounded=False,