Add sublime text 3 config, alacritty tweaks.

This commit is contained in:
Gabriel Simmer 2020-09-09 14:32:42 +01:00
parent ef0c2826b0
commit 6da2eff0e9
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9
2 changed files with 25 additions and 5 deletions

View file

@ -180,11 +180,11 @@ font:
#draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night Bright)
#colors:
colors:
# Default colors
#primary:
# background: '0x000000'
# foreground: '0xeaeaea'
primary:
background: '0x212121'
foreground: '0xfcfcfa'
# Bright and dim foreground colors
#
@ -287,7 +287,7 @@ font:
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 0.95
#background_opacity: 0.95
#selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"

View file

@ -0,0 +1,20 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Gitmoji",
"Gofmt",
"Golang Build",
"JSX",
"LSP",
"Markdown Extended",
"Package Control",
"Rust Enhanced",
"Terraform",
"Theme - Monokai Pro",
"TOML"
]
}