Skip to content

Commit 397e1df

Browse files
committed
add license
1 parent 9d8318a commit 397e1df

3 files changed

Lines changed: 29 additions & 4 deletions

File tree

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2026 Arcelyth
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included
12+
in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

layouts/60_blue.tvkl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#esc_len = $6
1313
#mod_len = $7
14-
#space_len = $21
14+
#space_len = $20
1515

1616
:| Esc [#esc_len,,#esc_color]
1717
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0
@@ -23,21 +23,21 @@
2323
| '[' | ']'
2424
| '\' [$7,,#fn_border] |-
2525

26-
:| Caps [$10,,#fn_border]
26+
:| Caps [$9,,#fn_border]
2727
| A | S | D | F | G | H | J | K | L
2828
| ';' | "'"
2929
| Enter [$10,,#enter_color] |-
3030

3131
:| LShift [$12,,#fn_border]
3232
| Z | X | C | V | B | N | M
3333
| ',' | '.' | '/'
34-
| RShift [$13,,#fn_border] |-
34+
| RShift [$11,,#fn_border] |-
3535

3636
:| LCtrl [#mod_len,,#fn_border]
3737
| Win [$5,,#fn_border]
3838
| LAlt [#mod_len,,#fn_border]
3939
| Space [#space_len,,#space_color]
4040
| RAlt [#mod_len,,#fn_border]
4141
| Win [$5,,#fn_border]
42-
| App [$6,,#fn_border]
42+
| App [$5,,#fn_border]
4343
| RCtrl [#mod_len,,#fn_border] |-

src/render.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,8 @@ fn get_highlight(l: usize, env: &Env) -> Color {
171171
},
172172
}
173173
}
174+
175+
176+
177+
178+

0 commit comments

Comments
 (0)