Minor font and theme updates
This commit is contained in:
		| @@ -3,15 +3,18 @@ | ||||
|  | ||||
| # Font | ||||
| font-family = Iosevka Term | ||||
| font-size = 13 | ||||
| font-size = 15 | ||||
|  | ||||
| # Theme | ||||
| theme = MaterialOcean | ||||
| # theme = MaterialOcean | ||||
| theme = 0x96f | ||||
|  | ||||
| # Cursor | ||||
| cursor-color = #aa2222 | ||||
| cursor-opacity = 0.6 | ||||
| cursor-opacity = 0.8 | ||||
| cursor-style = block | ||||
| cursor-style-blink = false | ||||
| shell-integration-features = no-cursor | ||||
|  | ||||
| # Window | ||||
| window-decoration = false | ||||
|   | ||||
| @@ -117,7 +117,7 @@ require('onedark').load() | ||||
| -- See `:help vim.o` | ||||
|  | ||||
| if vim.g.neovide then | ||||
|     vim.o.guifont = "Iosevka Term:h13" | ||||
|     vim.o.guifont = "Iosevka Term:h15" | ||||
|     vim.g.neovide_scale_factor = 1.0 | ||||
| end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user