]> Freerunner's - dabruin.kak/log
dabruin.kak
15 months agofix: gawk does not support sprintf to transform hex 2 dec
Thomas Teixeira [Mon, 2 Sep 2024 15:56:54 +0000 (17:56 +0200)]
fix: gawk does not support sprintf to transform hex 2 dec

15 months agofix: make theme working on alpinelinux
Thomas Teixeira [Fri, 23 Aug 2024 18:41:00 +0000 (20:41 +0200)]
fix: make theme working on alpinelinux

16 months agofeat: add another random color picker example
Thomas Teixeira [Mon, 5 Aug 2024 20:25:40 +0000 (22:25 +0200)]
feat: add another random color picker example

16 months agochore: respect hyphen instead of underscore for colorscheme name
Thomas Teixeira [Mon, 5 Aug 2024 19:29:15 +0000 (21:29 +0200)]
chore: respect hyphen instead of underscore for colorscheme name

16 months agofix: fixed while adding light theme
Thomas Teixeira [Mon, 5 Aug 2024 19:27:18 +0000 (21:27 +0200)]
fix: fixed while adding light theme

The overlapping style issue was fixed while adding the light theme, so there is no changes to push.
Though, I still want the commit history to reflect the fixes, so here is an empty commit.

Fixes: https://todo.sr.ht/~nasmevka/plugins.kak/6
Signed-Off-By: Thomas Teixeira <thomas.teixeira@startmail.com>
16 months agofix: cursor and whitespace on EOL not happy
Thomas Teixeira [Mon, 5 Aug 2024 19:24:17 +0000 (21:24 +0200)]
fix: cursor and whitespace on EOL not happy

The cursor was disappearing when whitespace on EOL and cursor on whitespace

Fixes: https://todo.sr.ht/~nasmevka/plugins.kak/1
Signed-Off-By: Thomas Teixeira <thomas.teixeira@startmail.com>
16 months agofeat: add a light theme variant
Thomas Teixeira [Mon, 5 Aug 2024 19:23:13 +0000 (21:23 +0200)]
feat: add a light theme variant

Fixes: https://todo.sr.ht/~nasmevka/plugins.kak/7
Signed-Off-By: Thomas Teixeira <thomas.teixeira@startmail.com>
16 months agochore: using tabs everywhere
Thomas Teixeira [Mon, 5 Aug 2024 12:31:41 +0000 (14:31 +0200)]
chore: using tabs everywhere

17 months agofix: using -w2 instead of -b2
Thomas Teixeira [Fri, 21 Jun 2024 13:53:12 +0000 (15:53 +0200)]
fix: using -w2 instead of -b2

21 months agofeat: update readability
Thomas Teixeira [Fri, 16 Feb 2024 18:17:06 +0000 (19:17 +0100)]
feat: update readability

Thanks to u/andre2006 on reddit for pointing this issue out.

2 years agofeat: credits and licenses
Thomas Teixeira [Mon, 6 Nov 2023 10:37:25 +0000 (11:37 +0100)]
feat: credits and licenses

2 years agofix: Information are hard to read in some context (lint, ...)
Thomas Teixeira [Sat, 4 Nov 2023 12:45:21 +0000 (13:45 +0100)]
fix: Information are hard to read in some context (lint, ...)

2 years agoref: changing dim, maybe should be passed by an option
Thomas Teixeira [Fri, 3 Nov 2023 11:57:14 +0000 (12:57 +0100)]
ref: changing dim, maybe should be passed by an option

2 years agofix: padding issue when creating the hex for dim
Thomas Teixeira [Fri, 3 Nov 2023 11:44:32 +0000 (12:44 +0100)]
fix: padding issue when creating the hex for dim

2 years agofeat: revert nobold policy, dims are calculated on the fly
Thomas Teixeira [Fri, 3 Nov 2023 11:18:29 +0000 (12:18 +0100)]
feat: revert nobold policy, dims are calculated on the fly

2 years agofix: removing bold for now since it breaks secondary selection
Thomas Teixeira [Thu, 2 Nov 2023 13:06:43 +0000 (14:06 +0100)]
fix: removing bold for now since it breaks secondary selection

2 years agofix: whitespace
Thomas Teixeira [Thu, 2 Nov 2023 12:30:33 +0000 (13:30 +0100)]
fix: whitespace

2 years agofeat: getting rid of unnecessary _dim variables
Thomas Teixeira [Thu, 2 Nov 2023 12:20:28 +0000 (13:20 +0100)]
feat: getting rid of unnecessary _dim variables

I figured some rules that you need to respect when applying dim option:
1. you cannot use revert
When you specify the revert option, the background is still merged, even with fg attributes.
This means that dim attribute gets through -> revert the value directly in the face definition.
2. You need to specify both foreground and background
If background is missing, even if you use a @base or you fg, the background default will be merged with the dim one.

2 years agofeat: markdown support + LineNumberCursor
Thomas Teixeira [Thu, 2 Nov 2023 10:06:28 +0000 (11:06 +0100)]
feat: markdown support + LineNumberCursor

2 years agofeat: Errors+Warning and +d -> _dim colors
Thomas Teixeira [Wed, 1 Nov 2023 22:24:31 +0000 (23:24 +0100)]
feat: Errors+Warning and +d -> _dim colors

2 years agofeat: make accent color modifiable using dabruin_accent option
Thomas Teixeira [Wed, 1 Nov 2023 22:03:39 +0000 (23:03 +0100)]
feat: make accent color modifiable using dabruin_accent option

2 years agofirst version without markdown support
Thomas Teixeira [Wed, 1 Nov 2023 21:39:03 +0000 (22:39 +0100)]
first version without markdown support