mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
update alacritty config
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
bold.family = "JetBrainsMono Nerd Font";
|
bold.family = "JetBrainsMono Nerd Font";
|
||||||
italic.family = "JetBrainsMono Nerd Font";
|
italic.family = "JetBrainsMono Nerd Font";
|
||||||
bold_italic.family = "JetBrainsMono Nerd Font";
|
bold_italic.family = "JetBrainsMono Nerd Font";
|
||||||
size = 10;
|
size = 16;
|
||||||
};
|
};
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
@ -20,8 +20,6 @@
|
|||||||
decorations = "none";
|
decorations = "none";
|
||||||
opacity = 1.0;
|
opacity = 1.0;
|
||||||
dynamic_title = true;
|
dynamic_title = true;
|
||||||
history = 10000;
|
|
||||||
multiplier = 3;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
selection.save_to_clipboard = false;
|
selection.save_to_clipboard = false;
|
||||||
@ -30,46 +28,32 @@
|
|||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
primary = {
|
primary = {
|
||||||
background = "#0f0f0f";
|
background = "#0d0f18";
|
||||||
foreground = "0xa6accd";
|
foreground = "#a5b6cf";
|
||||||
};
|
};
|
||||||
normal = {
|
normal = {
|
||||||
black = "0x1b1e28";
|
black = "#1c1e27";
|
||||||
red = "0xd0679d";
|
blue = "#8baff1";
|
||||||
green = "0x5de4c7";
|
cyan = "#98d3ee";
|
||||||
yellow = "0xfffac2";
|
green = "#95d3af";
|
||||||
blue = "0x89ddff";
|
magenta = "#c79bf0";
|
||||||
magenta = "0xfcc5e9";
|
red = "#e26c7c";
|
||||||
cyan = "0xadd7ff";
|
white = "#d0d3d8";
|
||||||
white = "0xffffff";
|
yellow = "#f1d8a5";
|
||||||
};
|
};
|
||||||
bright = {
|
bright = {
|
||||||
black = "0xa6accd";
|
black = "#151720";
|
||||||
red = "0xd0679d";
|
blue = "#86aaec";
|
||||||
green = "0x5de4c7";
|
cyan = "#93cee9";
|
||||||
yellow = "0xfffac2";
|
green = "#90ceaa";
|
||||||
blue = "0xadd7ff";
|
magenta = "#c296eb";
|
||||||
magenta = "0xfae4fc";
|
red = "#dd6777";
|
||||||
cyan = "0x89ddff";
|
white = "#cbced3";
|
||||||
white = "0xffffff";
|
yellow = "#ecd3a0";
|
||||||
};
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
cursor = "#bb9af7";
|
cursor = "#a5b6cf";
|
||||||
text = "CellBackground";
|
text = "CellForeground";
|
||||||
};
|
|
||||||
search = {
|
|
||||||
matches = {
|
|
||||||
foreground = "0x1b1e28";
|
|
||||||
background = "0xadd7ff";
|
|
||||||
};
|
|
||||||
focused_match = {
|
|
||||||
foreground = "0x1b1e28";
|
|
||||||
background = "0xadd7ff";
|
|
||||||
};
|
|
||||||
footer_bar = {
|
|
||||||
foreground = "0x1b1e28";
|
|
||||||
background = "0xadd7ff";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
selection = {
|
selection = {
|
||||||
text = "CellForeground";
|
text = "CellForeground";
|
||||||
|
Reference in New Issue
Block a user