Finished hacker theme mostly and added some other configs
This commit is contained in:
parent
0c499ecbd6
commit
ad06f5284e
91 changed files with 1928 additions and 3 deletions
27
themes/hacker/.config/zed/settings.json
Normal file
27
themes/hacker/.config/zed/settings.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
// Zed settings
|
||||
{
|
||||
"title_bar": {
|
||||
"show_sign_in": false
|
||||
},
|
||||
"ui_font_family": "Inter Variable",
|
||||
"buffer_font_family": "Iosevka Term",
|
||||
"vim_mode": false,
|
||||
"disable_ai": true,
|
||||
"telemetry": {
|
||||
"diagnostics": false,
|
||||
"metrics": false
|
||||
},
|
||||
"languages": {
|
||||
"Markdown": {
|
||||
"format_on_save": "on"
|
||||
}
|
||||
},
|
||||
"icon_theme": "Zed (Default)",
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 15,
|
||||
"theme": {
|
||||
"mode": "dark",
|
||||
"light": "Hacker",
|
||||
"dark": "Hacker"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue