Introduction
Introduction Statistics Contact Development Disclaimer Help
st-sunset-aurant-20240627-db6a481.diff - sites - public wiki contents of suckle…
git clone git://git.suckless.org/sites
Log
Files
Refs
---
st-sunset-aurant-20240627-db6a481.diff (1801B)
---
1 From db6a481674fd81c3601e30043ad44ecd5f63bbad Mon Sep 17 00:00:00 2001
2 From: elbachir-one <[email protected]>
3 Date: Thu, 27 Jun 2024 20:25:18 +0100
4 Subject: [PATCH] Aurant color scheme (Sunset)
5
6 ---
7 config.def.h | 58 +++++++++++++++++++++++-----------------------------
8 1 file changed, 26 insertions(+), 32 deletions(-)
9
10 diff --git a/config.def.h b/config.def.h
11 index 2cd740a..c204895 100644
12 --- a/config.def.h
13 +++ b/config.def.h
14 @@ -95,44 +95,38 @@ unsigned int tabspaces = 8;
15
16 /* Terminal colors (16 first used in escape sequence) */
17 static const char *colorname[] = {
18 - /* 8 normal colors */
19 - "black",
20 - "red3",
21 - "green3",
22 - "yellow3",
23 - "blue2",
24 - "magenta3",
25 - "cyan3",
26 - "gray90",
27 -
28 - /* 8 bright colors */
29 - "gray50",
30 - "red",
31 - "green",
32 - "yellow",
33 - "#5c5cff",
34 - "magenta",
35 - "cyan",
36 - "white",
37 -
38 - [255] = 0,
39 -
40 - /* more colors can be added after 255 to use with DefaultXX */
41 - "#cccccc",
42 - "#555555",
43 - "gray90", /* default foreground colour */
44 - "black", /* default background colour */
45 + "#000000",
46 + "#ffffff",
47 + "#c990fc",
48 + "#d6e9bb",
49 + "#c8a0ef",
50 + "#c697f2",
51 + "#2fb0d7",
52 + "#d39758",
53 + "#c990fc",
54 + "#f7c4d7",
55 + "#fba5c8",
56 + "#e0931e",
57 + "#383e30",
58 + "#565f4a",
59 + "#7b866a",
60 + "#a5b490",
61 +
62 + [255] = 0,
63 +
64 + "#add8e6", /* 256 -> cursor */
65 + "#555555", /* 257 -> rev cursor*/
66 + "#000000", /* 258 -> bg */
67 + "#f38813", /* 259 -> fg */
68 };
69 -
70 -
71 /*
72 * Default colors (colorname index)
73 * foreground, background, cursor, reverse cursor
74 */
75 -unsigned int defaultfg = 258;
76 -unsigned int defaultbg = 259;
77 +unsigned int defaultfg = 259;
78 +unsigned int defaultbg = 258;
79 unsigned int defaultcs = 256;
80 -static unsigned int defaultrcs = 257;
81 +unsigned int defaultrcs = 257;
82
83 /*
84 * Default shape of cursor
85 --
86 2.45.2
87
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.