feat add dconf: gnome-terminal

This commit is contained in:
Yuan Chiu 2025-04-28 14:12:54 +08:00
parent 04d7177344
commit c944251d9e
3 changed files with 17 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Readme.md
.readme/
chezmoi.code-workspace
dconf.ini
{{ if ne .chezmoi.os "darwin" }}
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
.config/iterm2/com.googlecode.iterm2.plist

View File

@ -0,0 +1,6 @@
{{ if eq .chezmoi.os "linux" -}}
#!/bin/bash
# dconf.ini hash: {{ include "dconf.ini" | sha256sum }}
dconf load / < {{ joinPath .chezmoi.sourceDir "dconf.ini" | quote }}
{{ end -}}

9
dconf.ini Normal file
View File

@ -0,0 +1,9 @@
[legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
background-color='rgb(46,52,64)'
cursor-blink-mode='on'
font='MesloLGS NF 10'
foreground-color='rgb(216,222,233)'
palette=['rgb(86,98,120)', 'rgb(191,97,106)', 'rgb(163,190,140)', 'rgb(235,203,139)', 'rgb(129,161,193)', 'rgb(180,142,173)', 'rgb(136,192,208)', 'rgb(216,222,233)', 'rgb(86,98,120)', 'rgb(191,97,106)', 'rgb(163,190,140)', 'rgb(235,203,139)', 'rgb(129,161,193)', 'rgb(180,142,173)', 'rgb(136,192,208)', 'rgb(216,222,233)']
scrollback-unlimited=true
use-system-font=false
use-theme-colors=false