diff options
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/sonokai.toml')
-rw-r--r-- | dots/alacritty/.config/alacritty/alacritty-theme/themes/sonokai.toml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/sonokai.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/sonokai.toml new file mode 100644 index 0000000..537ca46 --- /dev/null +++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/sonokai.toml @@ -0,0 +1,33 @@ +# sonokai.toml: Sonokai color scheme for Alacritty. + +[colors.primary] +foreground = "#e2e2e3" +background = "#2c2e34" + +[colors.normal] +black = "#181819" +red = "#fc5d7c" +green = "#9ed072" +yellow = "#e7c664" +blue = "#76cce0" +magenta = "#b39df3" +cyan = "#f39660" +white = "#e2e2e3" + +[colors.bright] +black = "#7f8490" +red = "#fc5d7c" +green = "#9ed072" +yellow = "#e7c664" +blue = "#76cce0" +magenta = "#b39df3" +cyan = "#f39660" +white = "#e2e2e3" + +[colors.cursor] +text = "#2c2e34" +cursor = "#e2e2e3" + +[colors.selection] +text = "CellForeground" +background = "#414550" |