Add modus themes

This commit is contained in:
ncaq 2026-04-24 23:55:35 +09:00 committed by GitHub
parent 83babff358
commit c378fd7f31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 62 additions and 0 deletions

View file

@ -132,6 +132,8 @@ configuration file.
| **_meliora_**<br>[source](https://github.com/ramojus/mellifluous.nvim) | ![meliora](images/meliora.png) |
| **_miasma_**<br>[source](https://github.com/xero/miasma.nvim/blob/main/extras/miasma.toml) | ![miasma](images/miasma.png) |
| **_midnight_haze_**<br>[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) | ![midnight_haze](images/midnight_haze.png) |
| **_modus_operandi_**<br>[source](https://github.com/protesilaos/modus-themes) | ![modus_operandi](images/modus_operandi.png) |
| **_modus_vivendi_**<br>[source](https://github.com/protesilaos/modus-themes) | ![modus_vivendi](images/modus_vivendi.png) |
| **_monokai_**<br>[source](https://unpkg.com/browse/alacritty-themes@4.1.5/themes/Monokai.dark.yml) | ![monokai](images/monokai.png) |
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) | ![monokai_charcoal](images/monokai_charcoal.png) |
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) | ![monokai_pro](images/monokai_pro.png) |

BIN
images/modus_operandi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

BIN
images/modus_vivendi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

View file

@ -0,0 +1,30 @@
# Colors (modus-operandi)
# Soruce https://protesilaos.com/emacs/modus-themes
[colors.primary]
background = "#ffffff"
foreground = "#000000"
[colors.cursor]
cursor = "#000000"
text = "#ffffff"
[colors.normal]
black = "#000000"
red = "#a60000"
green = "#006800"
yellow = "#6f5500"
blue = "#0031a9"
magenta = "#721045"
cyan = "#005e8b"
white = "#bfbfbf"
[colors.bright]
black = "#595959"
red = "#d00000"
green = "#008900"
yellow = "#808000"
blue = "#0000ff"
magenta = "#dd22dd"
cyan = "#008899"
white = "#ffffff"

30
themes/modus_vivendi.toml Normal file
View file

@ -0,0 +1,30 @@
# Colors (modus-vivendi)
# Soruce https://protesilaos.com/emacs/modus-themes
[colors.primary]
background = "#000000"
foreground = "#ffffff"
[colors.cursor]
cursor = "#ffffff"
text = "#000000"
[colors.normal]
black = "#000000"
red = "#ff5f59"
green = "#44bc44"
yellow = "#d0bc00"
blue = "#2fafff"
magenta = "#feacd0"
cyan = "#00d3d0"
white = "#989898"
[colors.bright]
black = "#595959"
red = "#ff5f5f"
green = "#44df44"
yellow = "#efef00"
blue = "#338fff"
magenta = "#ff66ff"
cyan = "#00eff0"
white = "#ffffff"