mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 03:14:52 -06:00
Adds comprehensive IDE configuration tracking with platform-specific symlink templates for VS Code, Cursor, and lazygit. Windows configurations stored in AppData paths, Linux configs in .config directories, with conditional templating based on OS detection.
24 lines
486 B
YAML
Executable File
24 lines
486 B
YAML
Executable File
gui:
|
|
theme:
|
|
activeBorderColor:
|
|
- "#E97387"
|
|
- bold
|
|
inactiveBorderColor:
|
|
- "#a5adce"
|
|
optionsTextColor:
|
|
- "#8caaee"
|
|
selectedLineBgColor:
|
|
- "#ECCFD3"
|
|
cherryPickedCommitBgColor:
|
|
- "#51576d"
|
|
cherryPickedCommitFgColor:
|
|
- "#CFF2E2"
|
|
unstagedChangesColor:
|
|
- "#E97387"
|
|
defaultFgColor:
|
|
- "#6B6B6B"
|
|
searchingActiveBorderColor:
|
|
- "#e5c890"
|
|
authorColors:
|
|
"*": "#babbf1"
|