Compare commits

...

2 Commits

Author SHA1 Message Date
Felipe M 6aa0a2f185
Updated some configurations after upgrading 2022-02-10 19:28:55 +01:00
Felipe M 3e008f310b
Enabled chrome HiDPi scaling 2022-02-10 19:28:04 +01:00
4 changed files with 13 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

@ -0,0 +1,2 @@
--force-device-scale-factor=2
--ozone-platform-hint=auto

View File

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