themes/vs_dark: Added new Visual Studio Dark theme

This commit is contained in:
Nik
2023-02-16 18:11:05 +01:00
committed by GitHub
parent 3786f7e265
commit 0673673b99
2 changed files with 318 additions and 0 deletions

View File

@@ -153,6 +153,12 @@ Hex patterns, include patterns and magic files for the use with the ImHex Hex Ed
| Caesar Cipher | [`nodes/caesar.hexnode`](nodes/caesar.hexnode) | Simple adjustable per-byte Caecar Cipher (ROT) |
| XOR Cipher | [`nodes/xor.hexnode`](nodes/xor.hexnode) | XORs a input with a repeating XOR pad |
### Themes
| Name | Path | Description |
|------|------|-------------|
| Visual Studio Dark | [`themes/vs_dark.json`](themes/vs_dark.json) | Theme similar to Visual Studio's Dark theme |
## Contributing
If you want to contribute a file to the database, please make a PR which adds it to the right folder and adds a new entry to the table in this readme.