diff --git a/toronto/.config/alacritty/alacritty.yml b/toronto/.config/alacritty/alacritty.yml index de8c617..f979934 100644 --- a/toronto/.config/alacritty/alacritty.yml +++ b/toronto/.config/alacritty/alacritty.yml @@ -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" diff --git a/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings b/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings new file mode 100644 index 0000000..13f19fd --- /dev/null +++ b/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings @@ -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" + ] +}