New backup 2025-11-10 12:45:02
This commit is contained in:
parent
254eda5e54
commit
984ce3419d
4 changed files with 16 additions and 8 deletions
|
|
@ -8,14 +8,16 @@ fi
|
|||
source ./active/colors.sh
|
||||
|
||||
#change these up
|
||||
theme_color="${de_color_13}"
|
||||
theme_color="${de_color_5}"
|
||||
white="${de_color_15}"
|
||||
black="${de_color_0}"
|
||||
window_bg=$(pastel mix "${theme_color}" "${black}" | pastel format hex | cut -c 2-)
|
||||
alpha="100" #out of 255
|
||||
|
||||
#let the script handle these
|
||||
alpha_hex=$(printf '%x\n' "${alpha}")
|
||||
QT6CT_COLORS_DIR="${HOME}/.config/qt6ct/colors"
|
||||
QT5CT_COLORS_DIR="${HOME}/.config/qt5ct/colors"
|
||||
CONFIG_DATE="$(date +%y%m%d_%H%M%S)"
|
||||
|
||||
qt_conf_line(){
|
||||
|
|
@ -49,7 +51,7 @@ create_qt_conf(){
|
|||
#normal background
|
||||
"#${alpha_hex}${de_color_13}"
|
||||
#window
|
||||
"#${alpha_hex}${de_color_13}"
|
||||
"#${alpha_hex}${window_bg}"
|
||||
#shadow
|
||||
"#${alpha_hex}${de_color_15}"
|
||||
#highlight
|
||||
|
|
@ -85,12 +87,14 @@ create_qt_conf(){
|
|||
disabled_colors+=("${color:0:3}${faded_color}")
|
||||
done
|
||||
qt_conf_line \
|
||||
"active_colors" \
|
||||
"disabled_colors" \
|
||||
${disabled_colors[@]} | tee -a "${QT6CT_COLORS_DIR}/colors-${CONFIG_DATE}.conf"
|
||||
|
||||
qt_conf_line \
|
||||
"inactive_colors" \
|
||||
${active_colors[@]} | tee -a "${QT6CT_COLORS_DIR}/colors-${CONFIG_DATE}.conf"
|
||||
|
||||
ln -rs "${QT6CT_COLORS_DIR}/colors-${CONFIG_DATE}.conf" "${QT5CT_COLORS_DIR}/colors-${CONFIG_DATE}.conf"
|
||||
}
|
||||
|
||||
create_qt_conf
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[ColorScheme]
|
||||
active_colors=#ffffafaf, #64111317, #64e4e4e4, #64d0d0d0, #64576176, #64d0d0d0, #ffe4e4e4, #ffe4e4e4, #ffe4e4e4, #64ffafaf, #64ffafaf, #64e4e4e4, #64d7afaf, #ffd68787, #ffd7afaf, #ffd75f87, #19576176, #ffe4e4e4, #64111317, #ffe4e4e4, #80e4e4e4, #e1ffafaf
|
||||
active_colors=#ffab8792, #64323844, #649ba0ab, #649297a2, #64576176, #649297a2, #ff9ba0ab, #ff9ba0ab, #ff9ba0ab, #64ab8792, #64ab8792, #649ba0ab, #64978792, #ff98747f, #ff978792, #ff9a637e, #19576176, #ff9ba0ab, #64323844, #ff9ba0ab, #809ba0ab, #e1ab8792
|
||||
disabled_colors=#ffab8792, #64323844, #649ba0ab, #649297a2, #64576176, #649297a2, #ff9ba0ab, #ff9ba0ab, #ff9ba0ab, #64ab8792, #64ab8792, #649ba0ab, #64978792, #ff98747f, #ff978792, #ff9a637e, #19576176, #ff9ba0ab, #64323844, #ff9ba0ab, #809ba0ab, #e1ab8792
|
||||
inactive_colors=#ffffafaf, #64111317, #64e4e4e4, #64d0d0d0, #64576176, #64d0d0d0, #ffe4e4e4, #ffe4e4e4, #ffe4e4e4, #64ffafaf, #64ffafaf, #64e4e4e4, #64d7afaf, #ffd68787, #ffd7afaf, #ffd75f87, #19576176, #ffe4e4e4, #64111317, #ffe4e4e4, #80e4e4e4, #e1ffafaf
|
||||
4
de/home/.config/qt6ct/colors/colors-251110_124457.conf
Normal file
4
de/home/.config/qt6ct/colors/colors-251110_124457.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[ColorScheme]
|
||||
active_colors=#ffffafaf, #64111317, #64e4e4e4, #64d0d0d0, #64576176, #64d0d0d0, #ffe4e4e4, #ffe4e4e4, #ffe4e4e4, #64ffafaf, #646c5b5d, #64e4e4e4, #64d7afaf, #ffd68787, #ffd7afaf, #ffd75f87, #19576176, #ffe4e4e4, #64111317, #ffe4e4e4, #80e4e4e4, #e1ffafaf
|
||||
disabled_colors=#ffab8792, #64323844, #649ba0ab, #649297a2, #64576176, #649297a2, #ff9ba0ab, #ff9ba0ab, #ff9ba0ab, #64ab8792, #64635e69, #649ba0ab, #64978792, #ff98747f, #ff978792, #ff9a637e, #19576176, #ff9ba0ab, #64323844, #ff9ba0ab, #809ba0ab, #e1ab8792
|
||||
inactive_colors=#ffffafaf, #64111317, #64e4e4e4, #64d0d0d0, #64576176, #64d0d0d0, #ffe4e4e4, #ffe4e4e4, #ffe4e4e4, #64ffafaf, #646c5b5d, #64e4e4e4, #64d7afaf, #ffd68787, #ffd7afaf, #ffd75f87, #19576176, #ffe4e4e4, #64111317, #ffe4e4e4, #80e4e4e4, #e1ffafaf
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/home/penelope/.config/qt6ct/colors/colors-251110_122622.conf
|
||||
color_scheme_path=/home/penelope/.config/qt6ct/colors/colors-251110_124138.conf
|
||||
custom_palette=true
|
||||
icon_theme=breeze-dark
|
||||
standard_dialogs=default
|
||||
style=Fusion
|
||||
|
||||
[Fonts]
|
||||
fixed="OverpassM Nerd Font Mono,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
general="Overpass Nerd Font,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
fixed="OverpassM Nerd Font Mono,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
||||
general="Overpass Nerd Font,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
|
|
@ -31,7 +31,7 @@ geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x8b\0\0\x1\x
|
|||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2)
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\xac\0\0\x2\x44\0\0\0\0\0\0\0\0\0\0\x2\xac\0\0\x2\x44\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\xac\0\0\x2\x44)
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\0\0\0\x2\x82\0\0\0\0\0\0\0\0\0\0\x3\0\0\0\x2\x82\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\0\0\0\x2\x82)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue