Update dotfiles/.local/bin/install-terminal-theme

Deleted dotfiles/.config/gconf/apps/gnome-terminal/global/%gconf.xml, dotfiles/.config/gconf/apps/gnome-terminal/profiles/Betelgeuse/%gconf.xml, dotfiles/.config/gconf/apps/gnome-terminal/profiles/%gconf.xml, dotfiles/.config/gconf/apps/gnome-terminal/%gconf.xml, dotfiles/.config/gconf/apps/guake/style/background/%gconf.xml, dotfiles/.config/gconf/apps/guake/style/font/%gconf.xml, dotfiles/.config/gconf/apps/guake/style/%gconf.xml, dotfiles/.config/gconf/apps/guake/%gconf.xml, dotfiles/.config/gconf/apps/%gconf.xml
This commit is contained in:
Brian Zalewski 2022-10-25 09:26:31 +00:00
parent 02e717ef67
commit 8ddadc3b46
10 changed files with 5 additions and 48 deletions

View file

@ -1,8 +0,0 @@
<?xml version="1.0"?>
<gconf>
<entry name="profile_list" mtime="1664243111" type="list" ltype="string">
<li type="string">
<stringvalue>Betelgeuse</stringvalue>
</li>
</entry>
</gconf>

View file

@ -1,22 +0,0 @@
<?xml version="1.0"?>
<gconf>
<entry name="allow-bold" mtime="1664243111" type="bool" value="true"/>
<entry name="palette" mtime="1664243111" type="string">
<stringvalue>#282C34:#ED254E:#71F79F:#F9DC5C:#7CB7FF:#C74D89:#00C1E4:#DCDFE4:#4C5058:#FF4972:#95FFC3:#FFFF80:#A0DBFF:#EB71AD:#24E5FF:#FFFFFF</stringvalue>
</entry>
<entry name="use_theme_background" mtime="1664243111" type="bool" value="false"/>
<entry name="use_theme_colors" mtime="1664243111" type="bool" value="false"/>
<entry name="bold_color_same_as_fg" mtime="1664243111" type="bool" value="true"/>
<entry name="bold_color" mtime="1664243111" type="string">
<stringvalue>#C3C7D1</stringvalue>
</entry>
<entry name="foreground_color" mtime="1664243111" type="string">
<stringvalue>#C3C7D1</stringvalue>
</entry>
<entry name="background_color" mtime="1664243111" type="string">
<stringvalue>#161925</stringvalue>
</entry>
<entry name="visible_name" mtime="1664243111" type="string">
<stringvalue>Betelgeuse</stringvalue>
</entry>
</gconf>

View file

@ -1,6 +0,0 @@
<?xml version="1.0"?>
<gconf>
<entry name="color" mtime="1664243399" type="string">
<stringvalue>#161925</stringvalue>
</entry>
</gconf>

View file

@ -1,12 +0,0 @@
<?xml version="1.0"?>
<gconf>
<entry name="palette-name" mtime="1664243399" type="string">
<stringvalue>Betelgeuse</stringvalue>
</entry>
<entry name="palette" mtime="1664243399" type="string">
<stringvalue>#282C34:#ED254E:#71F79F:#F9DC5C:#7CB7FF:#C74D89:#00C1E4:#DCDFE4:#4C5058:#FF4972:#95FFC3:#FFFF80:#A0DBFF:#EB71AD:#24E5FF:#FFFFFF</stringvalue>
</entry>
<entry name="color" mtime="1664243399" type="string">
<stringvalue>#C3C7D1</stringvalue>
</entry>
</gconf>

View file

@ -33,6 +33,11 @@ export FOREGROUND_COLOR="#C3C7D1" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Betelgeuse"
if [ ! -e gconftool-2 ] && [ -f /etc/debian_version ]; then
sudo apt-get update
sudo apt-get install -y gconf2
fi
# |
# | Early pre-requisites check
# | ===========================================