mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add modus themes
This commit is contained in:
parent
83babff358
commit
c378fd7f31
|
|
@ -132,6 +132,8 @@ configuration file.
|
|||
| **_meliora_**<br>[source](https://github.com/ramojus/mellifluous.nvim) |  |
|
||||
| **_miasma_**<br>[source](https://github.com/xero/miasma.nvim/blob/main/extras/miasma.toml) |  |
|
||||
| **_midnight_haze_**<br>[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) |  |
|
||||
| **_modus_operandi_**<br>[source](https://github.com/protesilaos/modus-themes) |  |
|
||||
| **_modus_vivendi_**<br>[source](https://github.com/protesilaos/modus-themes) |  |
|
||||
| **_monokai_**<br>[source](https://unpkg.com/browse/alacritty-themes@4.1.5/themes/Monokai.dark.yml) |  |
|
||||
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) |  |
|
||||
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) |  |
|
||||
|
|
|
|||
BIN
images/modus_operandi.png
Normal file
BIN
images/modus_operandi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 KiB |
BIN
images/modus_vivendi.png
Normal file
BIN
images/modus_vivendi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 216 KiB |
30
themes/modus_operandi.toml
Normal file
30
themes/modus_operandi.toml
Normal 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
30
themes/modus_vivendi.toml
Normal 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"
|
||||
Loading…
Reference in a new issue