Updated some configurations after upgrading

This commit is contained in:
Felipe M 2022-02-10 19:28:55 +01:00
parent 3e008f310b
commit 6aa0a2f185
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
3 changed files with 11 additions and 5 deletions

View File

@ -3,7 +3,6 @@
"files.trimFinalNewlines": true,
"window.menuBarVisibility": "hidden",
"git.confirmSync": false,
"editor.fontFamily": "Terminus (TTF)",
"go.useLanguageServer": true,
"debug.console.fontFamily": "Source Code Pro",
"terminal.integrated.fontFamily": "Source Code Pro",
@ -11,5 +10,12 @@
"explorer.confirmDragAndDrop": false,
"explorer.compactFolders": false,
"files.trimTrailingWhitespace": true,
"editor.fontSize": 16
"workbench.colorTheme": "Bluloco Light",
"workbench.preferredDarkColorTheme": "Bluloco Dark",
"workbench.preferredLightColorTheme": "Bluloco Light",
"editor.renderWhitespace": "all",
"workbench.editor.showTabs": false,
"go.toolsManagement.autoUpdate": true,
"editor.fontFamily": "JetBrains Mono",
"window.zoomLevel": -1
}

View File

@ -100,7 +100,7 @@
# Font configuration
font:
size: 12
size: 10
# Normal (roman) font face
normal:
# Font family
@ -109,7 +109,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: xos4 Terminus
family: JetBrains Mono
# The `style` can be specified to pick a specific face.
#style: Regular

View File

@ -1,4 +1,4 @@
configuration {
font: "Terminus 14";
theme: "/usr/share/rofi/themes/Paper.rasi";
}
@theme "/usr/share/rofi/themes/Paper.rasi"