This commit is contained in:
coast 2025-07-27 22:03:42 +03:30
parent eec07d2be1
commit 72aecf176a
5 changed files with 22 additions and 22 deletions

View file

@ -1,4 +1,4 @@
super + shift + d super + shift + r
brwmenu brwmenu
super + shift + b super + shift + b
mullvad-browser-bin mullvad-browser-bin
@ -15,4 +15,4 @@ super + shift + n
super + shift + v super + shift + v
vesktop-bin vesktop-bin
super + shift + g super + shift + g
st -e btop st -e htop

@ -1 +1 @@
Subproject commit f2552ce7a8437dcff48db72b6446b62105a78858 Subproject commit 5d206603f6d85a849a830b088e3d771e8da908fb

View file

@ -5,7 +5,7 @@
* *
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = "DepartureMono:size=13:antialias=true:autohint=true"; static char *font = "monospace:size=13:antialias=true:autohint=true";
static int borderpx = 2; static int borderpx = 2;
/* /*
@ -102,28 +102,28 @@ float alpha_def;
/* Terminal colors (16 first used in escape sequence) */ /* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = { static const char *colorname[] = {
/* 8 normal colors */ /* 8 normal colors */
"#282828", // black (soft bg) "#282828",
"#fb4934", // red "#fb4934",
"#b8bb26", // green "#b8bb26",
"#fabd2f", // yellow "#fabd2f",
"#83a598", // blue "#83a598",
"#d3869b", // magenta "#d3869b",
"#8ec07c", // cyan "#8ec07c",
"#ebdbb2", // white (light fg) "#ebdbb2",
/* 8 bright colors */ /* 8 bright colors */
"#3c3836", // bright black "#3c3836",
"#cc241d", // bright red "#cc241d",
"#98971a", // bright green "#98971a",
"#d79921", // bright yellow "#d79921",
"#458588", // bright blue "#458588",
"#b16286", // bright magenta "#b16286",
"#689d6a", // bright cyan "#689d6a",
"#f9f5d7", // bright white "#f9f5d7",
[255] = 0, [255] = 0,
"gray90", // default foreground colour "#ebdbb2", // foreground (light creamy)
"#000000", // default background colour "#1a1a1a", // background (dark moody grey, almost black but not)
}; };
/* /*

Binary file not shown.

Binary file not shown.