From 77743c35741333077584e75b65d0c86d7deb821c Mon Sep 17 00:00:00 2001 From: Alexey Norets Date: Tue, 23 Dec 2025 12:47:34 +0300 Subject: [PATCH] First commit --- alacritty.toml | 54 +++++++++++++++++++++++++++++++++++++++++++++ doric-obsidian.toml | 28 +++++++++++++++++++++++ modus-vivendi.toml | 28 +++++++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 alacritty.toml create mode 100644 doric-obsidian.toml create mode 100644 modus-vivendi.toml diff --git a/alacritty.toml b/alacritty.toml new file mode 100644 index 0000000..6be6972 --- /dev/null +++ b/alacritty.toml @@ -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 + diff --git a/doric-obsidian.toml b/doric-obsidian.toml new file mode 100644 index 0000000..619e533 --- /dev/null +++ b/doric-obsidian.toml @@ -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' diff --git a/modus-vivendi.toml b/modus-vivendi.toml new file mode 100644 index 0000000..20d13c1 --- /dev/null +++ b/modus-vivendi.toml @@ -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'