mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
feat: Begins waybar configuration, adds theme for eza, some updates to other configuration.
This commit is contained in:
68
tree-sitter/config.json
Normal file
68
tree-sitter/config.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"parser-directories": [
|
||||
"/home/michael/github",
|
||||
"/home/michael/src",
|
||||
"/home/michael/source",
|
||||
"/home/michael/projects",
|
||||
"/home/michael/dev",
|
||||
"/home/michael/git"
|
||||
],
|
||||
"theme": {
|
||||
"attribute": {
|
||||
"color": 124,
|
||||
"italic": true
|
||||
},
|
||||
"comment": {
|
||||
"color": 245,
|
||||
"italic": true
|
||||
},
|
||||
"constant": 94,
|
||||
"constant.builtin": {
|
||||
"bold": true,
|
||||
"color": 94
|
||||
},
|
||||
"constructor": 136,
|
||||
"embedded": null,
|
||||
"function": 26,
|
||||
"function.builtin": {
|
||||
"bold": true,
|
||||
"color": 26
|
||||
},
|
||||
"keyword": 56,
|
||||
"module": 136,
|
||||
"number": {
|
||||
"bold": true,
|
||||
"color": 94
|
||||
},
|
||||
"operator": {
|
||||
"bold": true,
|
||||
"color": 239
|
||||
},
|
||||
"property": 124,
|
||||
"property.builtin": {
|
||||
"bold": true,
|
||||
"color": 124
|
||||
},
|
||||
"punctuation": 239,
|
||||
"punctuation.bracket": 239,
|
||||
"punctuation.delimiter": 239,
|
||||
"punctuation.special": 239,
|
||||
"string": 28,
|
||||
"string.special": 30,
|
||||
"tag": 18,
|
||||
"type": 23,
|
||||
"type.builtin": {
|
||||
"bold": true,
|
||||
"color": 23
|
||||
},
|
||||
"variable": 252,
|
||||
"variable.builtin": {
|
||||
"bold": true,
|
||||
"color": 252
|
||||
},
|
||||
"variable.parameter": {
|
||||
"color": 252,
|
||||
"underline": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user