Prechádzať zdrojové kódy

add some themes for alacritty and modify chicago_95 for windwos colors to be legible

Daniel Sheffield 1 týždeň pred
rodič
commit
7f8d57e642

+ 6 - 1
alacritty-win/alacritty.toml

@@ -1,6 +1,11 @@
 [general]
 import = [
-	"C:/Users/DanielS/git/dotfiles/alacritty/.config/alacritty/themes/autumn.toml"
+	#"C:/Users/DanielS/git/dotfiles/alacritty/.config/alacritty/themes/autumn.toml",
+	#"C:/Users/DanielS/git/dotfiles/alacritty/.config/alacritty/themes/github_dark_high_contrast.toml",
+	#"C:/Users/DanielS/git/dotfiles/alacritty/.config/alacritty/themes/breeze.toml",
+	#"C:/Users/DanielS/git/dotfiles/alacritty/.config/alacritty/themes/monokai_charcoal.toml",
+	#"C:/Users/DanielS/git/dotfiles/alacritty/.config/alacritty/themes/ayu_dark.toml",
+	"C:/Users/DanielS/git/dotfiles/alacritty/.config/alacritty/themes/chicago_95.toml",
 ]
 
 [font]

+ 51 - 0
alacritty/.config/alacritty/themes/ayu_dark.toml

@@ -0,0 +1,51 @@
+# from https://github.com/ayu-theme/ayu-colors
+# MIT License
+# 
+# Copyright (c) Konstantin Pschera <me@kons.ch> (kons.ch)
+# 
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+# 
+# The above copyright notice and this permission notice shall be included in all
+# copies or substantial portions of the Software.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# SOFTWARE.
+
+# Colors (Ayu Dark)
+
+# Default colors
+[colors.primary]
+background = '#0A0E14'
+foreground = '#B3B1AD'
+
+# Normal colors
+[colors.normal]
+black   = '#01060E'
+red     = '#EA6C73'
+green   = '#91B362'
+yellow  = '#F9AF4F'
+blue    = '#53BDFA'
+magenta = '#FAE994'
+cyan    = '#90E1C6'
+white   = '#C7C7C7'
+
+# Bright colors
+[colors.bright]
+black   = '#686868'
+red     = '#F07178'
+green   = '#C2D94C'
+yellow  = '#FFB454'
+blue    = '#59C2FF'
+magenta = '#FFEE99'
+cyan    = '#95E6CB'
+white   = '#FFFFFF'

+ 42 - 0
alacritty/.config/alacritty/themes/breeze.toml

@@ -0,0 +1,42 @@
+# KDE Breeze (Ported from Konsole)
+
+# Default colors
+[colors.primary]
+background = '#232627'
+foreground = '#fcfcfc'
+
+dim_foreground = '#eff0f1'
+bright_foreground = '#ffffff'
+
+# Normal colors
+[colors.normal]
+black = '#232627'
+red = '#ed1515'
+green = '#11d116'
+yellow = '#f67400'
+blue = '#1d99f3'
+magenta = '#9b59b6'
+cyan = '#1abc9c'
+white = '#fcfcfc'
+
+# Bright colors
+[colors.bright]
+black = '#7f8c8d'
+red = '#c0392b'
+green = '#1cdc9a'
+yellow = '#fdbc4b'
+blue = '#3daee9'
+magenta = '#8e44ad'
+cyan = '#16a085'
+white = '#ffffff'
+
+# Dim colors
+[colors.dim]
+black = '#31363b'
+red = '#783228'
+green = '#17a262'
+yellow = '#b65619'
+blue = '#1b668f'
+magenta = '#614a73'
+cyan = '#186c60'
+white = '#63686d'

+ 36 - 0
alacritty/.config/alacritty/themes/chicago_95.toml

@@ -0,0 +1,36 @@
+# Windows 95 Color Scheme
+# To have the authentic experience in Chicago95 GTK Theme.
+
+# Default colors
+[colors.primary]
+#background = '#000000'
+background = '#080808'
+#foreground = '#C0C7C8'
+foreground = '#D0D7D8'
+
+# Normal colors
+[colors.normal]
+black   = '#000000'
+#red     = '#A80000'
+red     = '#F80000'
+green   = '#00A800'
+yellow  = '#A85400'
+#blue    = '#0000A8'
+blue    = '#5050FF'
+#magenta = '#A800A8'
+magenta = '#C800C8'
+cyan    = '#00A8A8'
+white   = '#A8A8A8'
+
+# Bright colors
+[colors.bright]
+black   = '#545454'
+red     = '#FC5454'
+green   = '#54FC54'
+yellow  = '#FCFC54'
+#blue    = '#5454FC'
+blue    = '#8484FC'
+magenta = '#FC54FC'
+#cyan    = '#54FCFC'
+cyan    = '#84CCCC'
+white   = '#FFFFFF'

+ 29 - 0
alacritty/.config/alacritty/themes/monokai_charcoal.toml

@@ -0,0 +1,29 @@
+# from https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml
+# Colours (Monokai Charcoal)
+
+# Default Colours
+[colors.primary]
+background = '#000000'
+foreground = '#FFFFFF'
+
+# Normal Colours
+[colors.normal]
+black   = '#1a1a1a'
+red     = '#f4005f'
+green   = '#98e024'
+yellow  = '#fa8419'
+blue    = '#9d65ff'
+magenta = '#f4005f'
+cyan    = '#58d1eb'
+white   = '#c4c5b5'
+
+# Bright Colours
+[colors.bright]
+black   = '#625e4c'
+red     = '#f4005f'
+green   = '#98e024'
+yellow  = '#e0d561'
+blue    = '#9d65ff'
+magenta = '#f4005f'
+cyan    = '#58d1eb'
+white   = '#f6f6ef'