mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
32 lines
530 B
TOML
32 lines
530 B
TOML
[colors.primary]
|
|
background = '#101418'
|
|
foreground = '#e0e2e8'
|
|
|
|
[colors.selection]
|
|
text = '#e0e2e8'
|
|
background = '#124a73'
|
|
|
|
[colors.cursor]
|
|
text = '#101418'
|
|
cursor = '#9dcbfb'
|
|
|
|
[colors.normal]
|
|
black = '#101418'
|
|
red = '#d75a59'
|
|
green = '#8ed88c'
|
|
yellow = '#e0d99d'
|
|
blue = '#4087bc'
|
|
magenta = '#839fbc'
|
|
cyan = '#9dcbfb'
|
|
white = '#abb2bf'
|
|
|
|
[colors.bright]
|
|
black = '#5c6370'
|
|
red = '#e57e7e'
|
|
green = '#a2e5a0'
|
|
yellow = '#efe9b3'
|
|
blue = '#a7d9ff'
|
|
magenta = '#3d8197'
|
|
cyan = '#5c7ba3'
|
|
white = '#ffffff'
|