fixed config

This commit is contained in:
julien
2026-02-26 12:15:38 +01:00
parent 12eb2bfa81
commit 83d3b21b7f
8 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
[general]
import = [
"~/.config/alacritty/themes/themes/monokai_pro.toml"
]

View File

@@ -0,0 +1,26 @@
# Default colors
[colors.primary]
background = '#2D2A2E'
foreground = '#fff1f3'
# Normal colors
[colors.normal]
black = '#2c2525'
red = '#fd6883'
green = '#adda78'
yellow = '#f9cc6c'
blue = '#f38d70'
magenta = '#a8a9eb'
cyan = '#85dacc'
white = '#fff1f3'
# Bright colors
[colors.bright]
black = '#72696a'
red = '#fd6883'
green = '#adda78'
yellow = '#f9cc6c'
blue = '#f38d70'
magenta = '#a8a9eb'
cyan = '#85dacc'
white = '#fff1f3'

View File

@@ -0,0 +1,2 @@
# Theme
theme = "monokai_pro"

View File

@@ -0,0 +1,2 @@
TerminalEmulator=alacritty

View File

@@ -0,0 +1,5 @@
<?xml version="1.1" encoding="UTF-8"?>
<channel name="thunar" version="1.0">
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_ONLY_LOCAL"/>
</channel>

View File

@@ -0,0 +1,8 @@
<?xml version="1.1" encoding="UTF-8"?>
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
<property name="ThemeName" type="string" value="Adwaita-dark"/>
<property name="IconThemeName" type="string" value="Mint-Y-Blue"/>
</property>
</channel>