feat: add Gemini CLI theme templates
This commit is contained in:
@@ -77,5 +77,6 @@ Apex is not about pretty colors; it is about signal clarity.
|
||||
│ ├── zed/
|
||||
│ ├── zsh/
|
||||
│ ├── kitty/
|
||||
│ ├── gemini/
|
||||
│ └── alacritty/
|
||||
└── dist/ # Compiled theme files (gitignore this)
|
||||
|
||||
24
templates/gemini/apex.json.j2
Normal file
24
templates/gemini/apex.json.j2
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "{{ scheme }}",
|
||||
"type": "custom",
|
||||
"Background": "{{ palette.background }}",
|
||||
"Foreground": "{{ palette.foreground }}",
|
||||
"LightBlue": "{{ ansi.bright.blue }}",
|
||||
"AccentBlue": "{{ palette.info }}",
|
||||
"AccentPurple": "{{ palette.special }}",
|
||||
"AccentCyan": "{{ ansi.bright.cyan }}",
|
||||
"AccentGreen": "{{ palette.success }}",
|
||||
"AccentYellow": "{{ palette.warning }}",
|
||||
"AccentRed": "{{ palette.cursor }}",
|
||||
"Comment": "{{ ui.dim }}",
|
||||
"Gray": "{{ ui.stealth }}",
|
||||
"DiffAdded": "{{ palette.success }}",
|
||||
"DiffRemoved": "{{ palette.error }}",
|
||||
"DiffModified": "{{ palette.warning }}",
|
||||
"text": {
|
||||
"primary": "{{ palette.foreground }}",
|
||||
"secondary": "{{ ui.dim }}",
|
||||
"accent": "{{ palette.info }}",
|
||||
"response": "{{ palette.foreground }}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user