AutoYADM commit: 2025-02-24 15:00:12
This commit is contained in:
parent
8287616290
commit
718fc0ae78
2 changed files with 19 additions and 3 deletions
|
@ -271,7 +271,23 @@ load_plugins {
|
|||
// Default: default
|
||||
//
|
||||
// theme "dracula"
|
||||
theme "ashen"
|
||||
theme "default"
|
||||
themes {
|
||||
default {
|
||||
fg "#f5f5f5"
|
||||
bg "#121212"
|
||||
black "#121212"
|
||||
red "#B14242"
|
||||
// green "#000000"
|
||||
green "#B14242"
|
||||
yellow "#E49A44"
|
||||
orange "#D87C4A"
|
||||
magenta "#a7a7a7"
|
||||
cyan "#b4b4b4"
|
||||
white "#d5d5d5"
|
||||
blue "#4A8B8B"
|
||||
}
|
||||
}
|
||||
// Choose the base input mode of zellij.
|
||||
// Default: normal
|
||||
//
|
||||
|
|
|
@ -4,8 +4,8 @@ themes {
|
|||
bg "#121212"
|
||||
black "#121212"
|
||||
red "#B14242"
|
||||
green "#000000"
|
||||
// green "#D87C4A"
|
||||
// green "#000000"
|
||||
green "#D87C4A"
|
||||
yellow "#E49A44"
|
||||
orange "#D87C4A"
|
||||
magenta "#a7a7a7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue