First commit

This commit is contained in:
Alexey Norets 2025-12-23 12:47:34 +03:00
commit 77743c3574
3 changed files with 110 additions and 0 deletions

54
alacritty.toml Normal file
View File

@ -0,0 +1,54 @@
[general]
import = ["~/.config/alacritty/doric-obsidian.toml"]
[env]
TERM = "xterm-256color"
[font]
size = 25
# normal = { family = "JetBrains Mono", style = "Regular" }
# normal = { family = "MesloLGS Nerd Font Mono", style = "Regular" }
normal = { family = "Iosevka Fixed", style = "Regular" }
# normal = { family = "SF Mono", style = "Regular" }
offset = { x = 0, y = 0}
# builtin_box_drawing = false
[font.bold]
# family = "JetBrains Mono"
family = "Iosevka Fixed"
# family = "MesloLGS Nerd Font Mono"
style = "Bold"
[font.bold_italic]
# family = "JetBrains Mono"
family = "Iosevka Fixed"
# family = "MesloLGS Nerd Font Mono"
style = "Bold Italic"
# style = "Regular"
[font.italic]
# family = "JetBrains Mono"
family = "Iosevka Fixed"
# family = "MesloLGS Nerd Font Mono"
style = "Italic"
# style = "Regular"
# [font.normal]
# family = "Iosevka Fixed"
# family = "JetBrains Mono"
# style = "Regular"
[window]
# decorations = "buttonless"
option_as_alt = "Both"
startup_mode = "maximized"
# opacity = 0.8
# [window.dimensions]
# columns = 195
# lines = 45
[window.padding]
x = 2
y = 0

28
doric-obsidian.toml Normal file
View File

@ -0,0 +1,28 @@
# Colors Doric-Obsidian
[colors.normal]
black = '#2f2f2f'
red = '#dba2a2'
green = '#85c397'
yellow = '#c4a992'
blue = '#95afd2'
magenta = '#c5a3b2'
cyan = '#a5bfce'
white = '#e7e7e7'
[colors.bright]
black = '#2f2f2f'
red = '#dba2a2'
green = '#85c397'
yellow = '#c4a992'
blue = '#95afd2'
magenta = '#c5a3b2'
cyan = '#a5bfce'
white = '#e7e7e7'
[colors.cursor]
cursor = '#eeddbb'
text = '#181818'
[colors.primary]
background = '#181818'
foreground = '#e7e7e7'
[colors.selection]
background = '#505050'
text = '#e7e7e7'

28
modus-vivendi.toml Normal file
View File

@ -0,0 +1,28 @@
# Colors Modus-Vivendi
[colors.normal]
black = '#1e1e1e'
red = '#ff5f59'
green = '#44bc44'
yellow = '#d0bc00'
blue = '#2fafff'
magenta = '#feacd0'
cyan = '#00d3d0'
white = '#ffffff'
[colors.bright]
black = '#535353'
red = '#ff7f9f'
green = '#00c06f'
yellow = '#dfaf7a'
blue = '#00bcff'
magenta = '#b6a0ff'
cyan = '#6ae4b9'
white = '#989898'
[colors.cursor]
cursor = '#ffffff'
text = '#000000'
[colors.primary]
background = '#000000'
foreground = '#ffffff'
[colors.selection]
background = '#5a5a5a'
text = '#ffffff'