chore(config): use Monokai
parent
44c5dd687a
commit
59944ed010
|
@ -1,2 +1,2 @@
|
|||
--theme=ansi
|
||||
--theme=Monokai Extended
|
||||
--style=plain
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# macOS
|
||||
.DS_Store
|
||||
Applications
|
||||
Desktop
|
||||
Documents
|
||||
|
@ -8,17 +7,9 @@ Movies
|
|||
Music
|
||||
Pictures
|
||||
|
||||
# IntelliJ
|
||||
.idea
|
||||
|
||||
# VSCode
|
||||
.vscode
|
||||
|
||||
# Git
|
||||
.git
|
||||
|
||||
# Node
|
||||
node_modules
|
||||
node
|
||||
|
||||
# Go
|
||||
mod
|
||||
|
@ -31,3 +22,6 @@ generated
|
|||
|
||||
# Python
|
||||
venv
|
||||
|
||||
# Personal
|
||||
Homework
|
||||
|
|
|
@ -29,4 +29,4 @@ git config --global push.autoSetupRemote true
|
|||
git config --global core.pager delta
|
||||
git config --global interactive.diffFilter "delta --color-only"
|
||||
git config --global delta.navigate true
|
||||
git config --global delta.syntax-theme ansi
|
||||
git config --global delta.syntax-theme "Monokai Extended"
|
||||
|
|
Loading…
Reference in New Issue