diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-07-12 23:07:07 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-07-12 23:07:07 +0200 |
| commit | f1d71e4f338173811cf1f4a7c01979ac02d55af1 (patch) | |
| tree | ddc59284ba01bfd5dbd9344412e896a000bdeff7 | |
| parent | 12f6cfc1f7302347a3e7fb9fb69e0cea7b46800a (diff) | |
| download | st-master.tar.gz st-master.tar.bz2 st-master.tar.xz st-master.zip | |
| -rw-r--r-- | .cache/clangd/index/arg.h.0D8DEDA63A00E7B6.idx | bin | 0 -> 296 bytes | |||
| -rw-r--r-- | .cache/clangd/index/config.h.135CB5FB2AE9B54B.idx | bin | 0 -> 13542 bytes | |||
| -rw-r--r-- | .cache/clangd/index/hb.h.54590ED9E0D7957F.idx | bin | 0 -> 956 bytes | |||
| -rw-r--r-- | .cache/clangd/index/st.h.59545A1B101966F2.idx | bin | 0 -> 7540 bytes | |||
| -rw-r--r-- | .cache/clangd/index/win.h.E376CB1F3F97076F.idx | bin | 0 -> 2816 bytes | |||
| -rw-r--r-- | .cache/clangd/index/x.c.E8A54B437E9B822C.idx | bin | 0 -> 71398 bytes | |||
| -rw-r--r-- | compile_commands.json | 29 | ||||
| -rw-r--r-- | config.def.h | 80 |
8 files changed, 83 insertions, 26 deletions
diff --git a/.cache/clangd/index/arg.h.0D8DEDA63A00E7B6.idx b/.cache/clangd/index/arg.h.0D8DEDA63A00E7B6.idx Binary files differnew file mode 100644 index 0000000..29d3d47 --- /dev/null +++ b/.cache/clangd/index/arg.h.0D8DEDA63A00E7B6.idx diff --git a/.cache/clangd/index/config.h.135CB5FB2AE9B54B.idx b/.cache/clangd/index/config.h.135CB5FB2AE9B54B.idx Binary files differnew file mode 100644 index 0000000..504ea4d --- /dev/null +++ b/.cache/clangd/index/config.h.135CB5FB2AE9B54B.idx diff --git a/.cache/clangd/index/hb.h.54590ED9E0D7957F.idx b/.cache/clangd/index/hb.h.54590ED9E0D7957F.idx Binary files differnew file mode 100644 index 0000000..5bd19de --- /dev/null +++ b/.cache/clangd/index/hb.h.54590ED9E0D7957F.idx diff --git a/.cache/clangd/index/st.h.59545A1B101966F2.idx b/.cache/clangd/index/st.h.59545A1B101966F2.idx Binary files differnew file mode 100644 index 0000000..cb7d0ad --- /dev/null +++ b/.cache/clangd/index/st.h.59545A1B101966F2.idx diff --git a/.cache/clangd/index/win.h.E376CB1F3F97076F.idx b/.cache/clangd/index/win.h.E376CB1F3F97076F.idx Binary files differnew file mode 100644 index 0000000..1e522aa --- /dev/null +++ b/.cache/clangd/index/win.h.E376CB1F3F97076F.idx diff --git a/.cache/clangd/index/x.c.E8A54B437E9B822C.idx b/.cache/clangd/index/x.c.E8A54B437E9B822C.idx Binary files differnew file mode 100644 index 0000000..4241d2d --- /dev/null +++ b/.cache/clangd/index/x.c.E8A54B437E9B822C.idx diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..19e7d4a --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,29 @@ +[ + { + "file": "x.c", + "arguments": [ + "/usr/local/sbin/gcc", + "-std=c99", + "-I/usr/X11R6/include", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/harfbuzz", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/glib-2.0", + "-I/usr/lib/glib-2.0/include", + "-I/usr/include/sysprof-6", + "-pthread", + "-DVERSION=\"0.9.3\"", + "-DICON=\"/usr/local/share/pixmaps/st.png\"", + "-D_XOPEN_SOURCE=600", + "-O1", + "-D_komputer", + "-c", + "x.c" + ], + "directory": "/home/nikita/.config/suckless/st" + } +]
\ No newline at end of file diff --git a/config.def.h b/config.def.h index a6b3c44..a42fb9d 100644 --- a/config.def.h +++ b/config.def.h @@ -161,33 +161,61 @@ laptop (static const char *colorname[] = { "gray90", /* default foreground colour */ "black", /* default background colour */ };) -komputer ( - static const char *colorname[] = { - /* 8 normal colors */ - "#494D64", - "#ED8796", - "#A6DA95", - "#EED49F", - "#8AADF4", - "#F5BDE6", - "#8BD5CA", - "#B8C0E0", - - /* 8 bright colors */ - "#494D64", - "#ED8796", - "#A6DA95", - "#EED49F", - "#8AADF4", - "#F5BDE6", - "#8BD5CA", - "#A5ADCB", - -[256] = "#F4DBD6", /* default foreground colour */ -[257] = "#111111", /* default background colour */ -[258] = "#F4DBD6", /*575268*/ +//komputer ( +// static const char *colorname[] = { +// /* 8 normal colors */ +// "#494D64", +// "#ED8796", +// "#A6DA95", +// "#EED49F", +// "#8AADF4", +// "#F5BDE6", +// "#8BD5CA", +// "#B8C0E0", +// +// /* 8 bright colors */ +// "#494D64", +// "#ED8796", +// "#A6DA95", +// "#EED49F", +// "#8AADF4", +// "#F5BDE6", +// "#8BD5CA", +// "#A5ADCB", +// +//[256] = "#F4DBD6", /* default foreground colour */ +//[257] = "#111111", /* default background colour */ +//[258] = "#F4DBD6", /*575268*/ +// +//};) -};) +komputer ( +static const char *colorname[] = { + /* normale Farben */ + "#0c0e1b", + "#d60047", + "#00e05d", + "#eeef00", + "#350c96", + "#ae10ad", + "#1b8c91", + "#b0b1e0", + + /* helle farben */ + "#313c77", + "#ff3778", + "#00f666", + "#feff73", + "#8f63f3", + "#d953d8", + "#31d2d9", + "#dcdcf3", + + [256] = "#b0b1e0", /* fg */ + [257] = "#0c0e1b", /* bg */ + [258] = "#b0b1e0", /* cur */ +}; +) /* * Default colors (colorname index) |
