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