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, "files.trimFinalNewlines": true,
"window.menuBarVisibility": "hidden", "window.menuBarVisibility": "hidden",
"git.confirmSync": false, "git.confirmSync": false,
"editor.fontFamily": "Terminus (TTF)",
"go.useLanguageServer": true, "go.useLanguageServer": true,
"debug.console.fontFamily": "Source Code Pro", "debug.console.fontFamily": "Source Code Pro",
"terminal.integrated.fontFamily": "Source Code Pro", "terminal.integrated.fontFamily": "Source Code Pro",
@ -11,5 +10,12 @@
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"explorer.compactFolders": false, "explorer.compactFolders": false,
"files.trimTrailingWhitespace": true, "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 configuration
font: font:
size: 12 size: 10
# Normal (roman) font face # Normal (roman) font face
normal: normal:
# Font family # Font family
@ -109,7 +109,7 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: xos4 Terminus family: JetBrains Mono
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Regular #style: Regular

View File

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