migrate
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# miasma: https://github.com/xero/miasma.nvim
|
||||
|
||||
# Primary colors
|
||||
[colors.primary]
|
||||
background = "#222222"
|
||||
foreground = "#c2c2b0"
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = "#222222"
|
||||
red = "#685742"
|
||||
green = "#5f875f"
|
||||
yellow = "#b36d43"
|
||||
blue = "#78824b"
|
||||
magenta = "#bb7744"
|
||||
cyan = "#c9a554"
|
||||
white = "#d7c483"
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = "#666666"
|
||||
red = "#685742"
|
||||
green = "#5f875f"
|
||||
yellow = "#b36d43"
|
||||
blue = "#78824b"
|
||||
magenta = "#bb7744"
|
||||
cyan = "#c9a554"
|
||||
white = "#d7c483"
|
||||
Reference in New Issue
Block a user