Skip to content

Commit

Permalink
feat(layout): add Whix2 by Ec0vid (@lumenn) (#5923)
Browse files Browse the repository at this point in the history
### Description

This change adds [Whix2 layout by
Ec0vid](https://docs.google.com/document/d/1Ic-h8UxGe5-Q0bPuYNgE3NoWiI8ekeadvSQ5YysrwII/edit?usp=sharing),
and fixes indentation of 2 layouts above.


### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [x] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.

<!-- label(optional scope): pull request title (@your_github_username)
-->

<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->

Closes #

<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](#1234) -->

<!-- pro tip: you can press . (dot or period) in the code tab of any
GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
  • Loading branch information
lumenn authored Oct 8, 2024
1 parent 3b2cde8 commit 9b0231a
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions frontend/static/layouts/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2059,17 +2059,17 @@
}
},
"rain": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["fF", "dD", "lL", "gG", "vV", "qQ", "rR", "uU", "oO", ",<", "[{", "]}", "\\|"],
"row3": ["sS", "tT", "hH", "cC", "yY", "jJ", "nN", "eE", "aA", "iI", "/?"],
"row4": ["zZ", "kK", "mM", "pP", "wW", "xX", "bB", ";:", "'\"", ".>"],
"row5": [" "]
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["fF", "dD", "lL", "gG", "vV", "qQ", "rR", "uU", "oO", ",<", "[{", "]}", "\\|"],
"row3": ["sS", "tT", "hH", "cC", "yY", "jJ", "nN", "eE", "aA", "iI", "/?"],
"row4": ["zZ", "kK", "mM", "pP", "wW", "xX", "bB", ";:", "'\"", ".>"],
"row5": [" "]
}
},
"night": {
"night": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
Expand All @@ -2079,5 +2079,16 @@
"row4": ["vV", "jJ", "dD", "rR", "zZ", "pP", "wW", "xX", "-_", ",<"],
"row5": [" "]
}
},
"whix2": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", " ", " ", " "],
"row2": ["bB", "lL", "nN", "dD", "kK", "'\"", "fF", "oO", "uU", "jJ", " ", " ", " "],
"row3": ["sS", "hH", "rR", "tT", "wW", "yY", "cC", "aA", "eE", "iI", " "],
"row4": ["qQ", "xX", "mM", "vV", "zZ", "pP", "gG", ",<", ".>", "/?"],
"row5": [" "]
}
}
}

0 comments on commit 9b0231a

Please sign in to comment.