fixed config
This commit is contained in:
4
skel/.config/alacritty/alacritty.toml
Normal file
4
skel/.config/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[general]
|
||||
import = [
|
||||
"~/.config/alacritty/themes/themes/monokai_pro.toml"
|
||||
]
|
||||
26
skel/.config/alacritty/themes/monokai_pro.toml
Normal file
26
skel/.config/alacritty/themes/monokai_pro.toml
Normal 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'
|
||||
2
skel/.config/helix/config.toml
Normal file
2
skel/.config/helix/config.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Theme
|
||||
theme = "monokai_pro"
|
||||
2
skel/.config/xfce4/helpers.rc
Normal file
2
skel/.config/xfce4/helpers.rc
Normal file
@@ -0,0 +1,2 @@
|
||||
TerminalEmulator=alacritty
|
||||
|
||||
5
skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal file
5
skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal 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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user