From b7a97a2a1acbed54a5c2001ea84b61e58c9eb38f Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sun, 25 Sep 2022 03:28:52 +0000 Subject: [PATCH] Update dotfiles/.config/qt5ct/qt5ct.conf, dotfiles/.config/inkscape/palettes/betelgeuse-palette.gpl, dotfiles/.config/bashtop/bashtop.cfg, dotfiles/.config/tilix/schemes/Betelgeuse.json, dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss --- dotfiles/.config/bashtop/bashtop.cfg | 2 +- .../{flat-remix-palette.gpl => betelgeuse-palette.gpl} | 2 +- dotfiles/.config/qt5ct/qt5ct.conf | 4 ++-- .../tilix/schemes/{Flat-Remix.json => Betelgeuse.json} | 4 ++-- dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) rename dotfiles/.config/inkscape/palettes/{flat-remix-palette.gpl => betelgeuse-palette.gpl} (99%) rename dotfiles/.config/tilix/schemes/{Flat-Remix.json => Betelgeuse.json} (96%) diff --git a/dotfiles/.config/bashtop/bashtop.cfg b/dotfiles/.config/bashtop/bashtop.cfg index 97f927de..729c4ee7 100644 --- a/dotfiles/.config/bashtop/bashtop.cfg +++ b/dotfiles/.config/bashtop/bashtop.cfg @@ -1 +1 @@ -color_theme="flat-remix" +color_theme="betelgeuse" diff --git a/dotfiles/.config/inkscape/palettes/flat-remix-palette.gpl b/dotfiles/.config/inkscape/palettes/betelgeuse-palette.gpl similarity index 99% rename from dotfiles/.config/inkscape/palettes/flat-remix-palette.gpl rename to dotfiles/.config/inkscape/palettes/betelgeuse-palette.gpl index 4a6eab69..611a2b9d 100644 --- a/dotfiles/.config/inkscape/palettes/flat-remix-palette.gpl +++ b/dotfiles/.config/inkscape/palettes/betelgeuse-palette.gpl @@ -1,5 +1,5 @@ GIMP Palette -Name: flat-remix-palette +Name: betelgeuse-palette # 255 255 255 #FFFFFF 230 230 230 #E6E6E6 diff --git a/dotfiles/.config/qt5ct/qt5ct.conf b/dotfiles/.config/qt5ct/qt5ct.conf index 1189d1f0..eb0d1651 100644 --- a/dotfiles/.config/qt5ct/qt5ct.conf +++ b/dotfiles/.config/qt5ct/qt5ct.conf @@ -1,7 +1,7 @@ [Appearance] custom_palette=true -icon_theme=Flat-Remix-Blue-Dark -color_scheme_path=/usr/share/qt5ct/colors/flat-remix-light.conf +icon_theme=Betelgeuse +color_scheme_path=/usr/share/qt5ct/colors/betelgeuse.conf standard_dialogs=default style=Fusion diff --git a/dotfiles/.config/tilix/schemes/Flat-Remix.json b/dotfiles/.config/tilix/schemes/Betelgeuse.json similarity index 96% rename from dotfiles/.config/tilix/schemes/Flat-Remix.json rename to dotfiles/.config/tilix/schemes/Betelgeuse.json index dc52f55a..290a72f8 100644 --- a/dotfiles/.config/tilix/schemes/Flat-Remix.json +++ b/dotfiles/.config/tilix/schemes/Betelgeuse.json @@ -8,7 +8,7 @@ "foreground-color": "#FFFFFF", "highlight-background-color": "#000000", "highlight-foreground-color": "#FFFFFF", - "name": "Flat-Remix", + "name": "Betelgeuse", "palette": [ "#1F2229", "#D41919", @@ -32,4 +32,4 @@ "use-cursor-color": false, "use-highlight-color": false, "use-theme-colors": true -} \ No newline at end of file +} diff --git a/dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss b/dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss index 62972783..20343176 100644 --- a/dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss +++ b/dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss @@ -26,4 +26,4 @@ QScrollBar::up-arrow, QScrollBar::down-arrow { height: 0; } -QScrollBar::add-page, QScrollBar::sub-page { background: none; } \ No newline at end of file +QScrollBar::add-page, QScrollBar::sub-page { background: none; }