1
0
Fork 0

Delete st.patch

This commit is contained in:
MGislv 2021-05-11 11:25:08 +02:00 committed by GitHub
parent e2d1105017
commit 50b4641625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 77 deletions

View File

@ -1,77 +0,0 @@
diff --git a/config.def.h b/config.def.h
index 6f05dce..1c44e53 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "JetBrains Mono:pixelsize=14:antialias=true";
static int borderpx = 2;
/*
@@ -96,30 +96,30 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */
- "black",
- "red3",
- "green3",
- "yellow3",
- "blue2",
- "magenta3",
- "cyan3",
- "gray90",
+ "#3b4252",
+ "#bf616a",
+ "#a3be8c",
+ "#ebcb8b",
+ "#81a1c1",
+ "#b48ead",
+ "#88c0d0",
+ "#d9dee9",
/* 8 bright colors */
- "gray50",
- "red",
- "green",
- "yellow",
- "#5c5cff",
- "magenta",
- "cyan",
- "white",
+ "#4c566a",
+ "#bf616a",
+ "#a3be8c",
+ "#ebcb8b",
+ "#81a1c1",
+ "#b48ead",
+ "#8fbcbb",
+ "#e5e9f0",
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
- "#cccccc",
- "#555555",
+ "#2e3440",
+ "#d8dee9",
};
@@ -127,10 +127,10 @@ static const char *colorname[] = {
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
-unsigned int defaultfg = 7;
-unsigned int defaultbg = 0;
-static unsigned int defaultcs = 256;
-static unsigned int defaultrcs = 257;
+unsigned int defaultfg = 257;
+unsigned int defaultbg = 256;
+static unsigned int defaultcs = 257;
+static unsigned int defaultrcs = 256;
/*
* Default shape of cursor