Skip to content

Commit 920f867

Browse files
committed
feat: add lazygit theme extra
1 parent 7ad27cf commit 920f867

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

extras/lazygit.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/lazygit.json
2+
gui:
3+
border: rounded
4+
theme:
5+
activeBorderColor:
6+
- "#5ef1ff"
7+
inactiveBorderColor:
8+
- "#7b8496"
9+
searchingActiveBorderColor:
10+
- "#ff5ef1"
11+
optionsTextColor:
12+
- "#3c4048"
13+
selectedLineBgColor:
14+
- "#3c4048"
15+
cherryPickedCommitBgColor:
16+
- "#3c4048"
17+
cherryPickedCommitFgColor:
18+
- "#ff5ea0"
19+
unstagedChangesColor:
20+
- "#ffbd5e"
21+
defaultFgColor:
22+
- "#ffffff"

0 commit comments

Comments
 (0)