261 Commits

Author SHA1 Message Date
fd0021e690 Prepare for the he great exceptions rename. 2023-10-12 18:28:20 -04:00
cc306bb076 I should be using tabs in most files. 2023-10-12 18:28:07 -04:00
045876f254 Add some traits helpers to the C++ formatting. 2023-10-04 22:43:34 -04:00
fe06bfa8b7 Add support for setting terminal palette colours with escape codes. 2023-04-26 13:21:49 -04:00
d7ba4ed397 Add checklist syntax 2023-04-07 13:45:50 -04:00
91d05d948b Add xmodmap file 2023-01-13 17:44:02 -05:00
0f04378898 Get pluses and minuses lined up. 2022-11-08 18:25:08 -08:00
3cb2ac5a0e Silence error on git branches without upstreams. 2022-11-08 18:25:08 -08:00
007f7a7e26 Colors support for git ahead/behind. 2022-11-08 18:25:08 -08:00
39999fa946 Correct the ahead/behind in prompt for git. 2022-11-08 18:25:08 -08:00
425535e4d2 Make prompt list ahead/behind for git. 2022-11-08 18:25:08 -08:00
12d66227ae Highlight the leading * in block commented code as a comment char. 2022-11-07 15:48:25 -05:00
dc3a70531d Support for other comparison testing primitives. 2022-11-07 15:47:55 -05:00
b3cb9fec2e Correctly highlight some things within STL as ONLY within STL. 2022-11-07 15:11:01 -05:00
e23c30462a Use proper key aliases in mappings. 2022-11-07 15:07:59 -05:00
41bd5f9aac Make block comment doxygen leading star highlight only in such comments. 2022-11-07 15:04:52 -05:00
1d4837e0ad Merge branch 'master' of github.com:adamlsd/cshenv
Conflicts:
	vim/after/syntax/cpp.vim
2022-06-16 17:24:19 -04:00
d8b82315f1 Add more testing primitives C++ highlights. 2022-06-16 17:23:19 -04:00
74ccc0222f Slight tweaks to light colour scheme. 2022-06-16 17:22:59 -04:00
3e655ede26 Merge branch 'master' of github.com:adamlsd/cshenv 2022-06-16 17:21:06 -04:00
26fce0ca4b Fix prompt layout slightly. 2022-06-16 17:20:41 -04:00
34e8da4e82 Add more highlighting for testing primtives. 2022-06-16 17:19:12 -04:00
4ee7b707d0 Merge branch 'master' of github.com:adamlsd/cshenv 2022-06-09 18:08:22 -04:00
764d163913 Updating my preferred sigil set a bit. 2022-06-09 18:08:10 -04:00
e07e1f8e3d Merge branch 'sessions' 2022-06-05 23:32:30 -04:00
b3157c76a8 Adding session support. 2022-06-05 23:28:06 -04:00
7d3a9d8636 Merge branch 'colour-redesign'
Conflicts:
	tcshrc.colors
2022-06-05 23:18:55 -04:00
e1e030f612 Percent, branch, and @ all had to be done at once.
Because they were kinda intertwined in the colours I chose.
2022-06-05 23:15:18 -04:00
ba73d1b798 Added support for underline colour in sgr gen. 2022-06-05 23:10:11 -04:00
00338131e5 Colour for nesting depth prompt is now modernized 2022-06-05 15:37:08 -04:00
e9fe40ca91 The aliases were not the way I decided to go... 2022-06-05 15:19:58 -04:00
2a3af31e7a Modernize the tty/line prompt. 2022-06-05 15:03:03 -04:00
78a3b59499 Add debugging print. 2022-06-05 14:58:59 -04:00
a9485b4b3b Fixed up the prompt sigil itself. 2022-06-05 12:35:21 -04:00
28ca17b30f Old prompt should just use an SGR reset.
This makes it more simple.
2022-06-05 03:24:30 -04:00
b96eb5ca34 User name colour prompt updated. 2022-06-05 03:12:22 -04:00
b9764bd8a6 Now updated brace_color... 2022-06-05 02:19:40 -04:00
286e9117f1 Host colour rewritten. 2022-06-05 01:38:23 -04:00
138e494ffb Added greyscale and rgb options for ext: colours. 2022-06-04 23:42:12 -04:00
69f9e98e61 Turn the main engine into a function. 2022-06-04 23:42:02 -04:00
348c0af58c Report errors that were originally silent. 2022-06-04 23:41:17 -04:00
d8b79c4034 Remove unused alias. 2022-06-04 20:37:02 -04:00
d0b12731e7 Clean up greys a bit, due to 16-base colours being user-mapped. 2022-06-04 16:09:58 -04:00
8b398af672 Did rework for text_color variable. 2022-06-04 15:13:28 -04:00
430a7e8b0e I've started the process of redesigning the colours. 2022-06-04 13:15:10 -04:00
2737fbb288 Special case grey 2022-06-04 10:18:07 -04:00
b91fa6c891 Special case brown mapping 2022-06-04 10:16:30 -04:00
6d2fa26e6c Clean up a comment. 2022-06-04 10:16:02 -04:00
f4a65f9a8b Show colors in all possible modes in dump. 2022-06-04 10:12:46 -04:00
79a5382059 Fix cyan! 2022-06-04 10:12:09 -04:00