From c10fe23496eef57866c4177ca58f3fdbd29fddd1 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 26 May 2023 20:45:18 +0400 Subject: [PATCH] Move Kvantum theme to separate package, rename package --- README.md | 2 + .../Catppuccin-Macchiato-Blue.kvconfig | 464 ---- .../Catppuccin-Macchiato-Blue.svg | 1958 ----------------- debian/control | 16 +- debian/tileos-grub-theme.install | 4 +- debian/tileos-sway-artwork.install | 2 - debian/tileos-theme-catppuccin.install | 1 + debian/tileos-wallpapers.install | 2 +- .../default/grub.d/tileos-grub.theme.cfg | 0 sway/themes/catppuccin-macchiato/theme | 47 - .../themes/tileos-grub-theme/background.png | Bin .../themes/tileos-grub-theme/boot_menu_c.png | Bin .../themes/tileos-grub-theme/boot_menu_e.png | Bin .../themes/tileos-grub-theme/boot_menu_n.png | Bin .../themes/tileos-grub-theme/boot_menu_ne.png | Bin .../themes/tileos-grub-theme/boot_menu_nw.png | Bin .../themes/tileos-grub-theme/boot_menu_s.png | Bin .../themes/tileos-grub-theme/boot_menu_se.png | Bin .../themes/tileos-grub-theme/boot_menu_sw.png | Bin .../themes/tileos-grub-theme/boot_menu_w.png | Bin .../themes/tileos-grub-theme/select_c.png | Bin .../themes/tileos-grub-theme/terminal_c.png | Bin .../themes/tileos-grub-theme/terminal_e.png | Bin .../themes/tileos-grub-theme/terminal_n.png | Bin .../themes/tileos-grub-theme/terminal_ne.png | Bin .../themes/tileos-grub-theme/terminal_nw.png | Bin .../themes/tileos-grub-theme/terminal_s.png | Bin .../themes/tileos-grub-theme/terminal_se.png | Bin .../themes/tileos-grub-theme/terminal_sw.png | Bin .../themes/tileos-grub-theme/terminal_w.png | Bin .../grub/themes/tileos-grub-theme/theme.txt | 0 .../catppuccin-i3-theme/catppuccin-frappe | 25 + .../catppuccin-i3-theme/catppuccin-latte | 25 + .../catppuccin-i3-theme/catppuccin-macchiato | 25 + .../catppuccin-i3-theme/catppuccin-mocha | 25 + .../tileos}/TOSWall_by_IndexZeroZzz.svg | 0 36 files changed, 116 insertions(+), 2480 deletions(-) delete mode 100644 common/usr/share/Kvantum/Catppuccin-Macchiato-Blue/Catppuccin-Macchiato-Blue.kvconfig delete mode 100644 common/usr/share/Kvantum/Catppuccin-Macchiato-Blue/Catppuccin-Macchiato-Blue.svg delete mode 100644 debian/tileos-sway-artwork.install create mode 100644 debian/tileos-theme-catppuccin.install rename {common/etc => etc}/default/grub.d/tileos-grub.theme.cfg (100%) delete mode 100644 sway/themes/catppuccin-macchiato/theme rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/background.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/boot_menu_c.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/boot_menu_e.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/boot_menu_n.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/boot_menu_ne.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/boot_menu_nw.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/boot_menu_s.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/boot_menu_se.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/boot_menu_sw.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/boot_menu_w.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/select_c.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/terminal_c.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/terminal_e.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/terminal_n.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/terminal_ne.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/terminal_nw.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/terminal_s.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/terminal_se.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/terminal_sw.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/terminal_w.png (100%) rename {common/usr => usr}/share/grub/themes/tileos-grub-theme/theme.txt (100%) create mode 100644 usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-frappe create mode 100644 usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-latte create mode 100644 usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato create mode 100644 usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-mocha rename {common/usr/share/wallpapers/TileOS => usr/share/wallpapers/tileos}/TOSWall_by_IndexZeroZzz.svg (100%) diff --git a/README.md b/README.md index 696f03f..e8a4aa5 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ TileOS logo is designed by @sashascaramouche (https://t.me/sashascaramouche) Default wallpaper is designed by [IndexZeroZzz](https://github.com/IndexZeroZzz) + +Color schemes from [Catppuccin](https://github.com/catppuccin/catppuccin) project diff --git a/common/usr/share/Kvantum/Catppuccin-Macchiato-Blue/Catppuccin-Macchiato-Blue.kvconfig b/common/usr/share/Kvantum/Catppuccin-Macchiato-Blue/Catppuccin-Macchiato-Blue.kvconfig deleted file mode 100644 index 818f928..0000000 --- a/common/usr/share/Kvantum/Catppuccin-Macchiato-Blue/Catppuccin-Macchiato-Blue.kvconfig +++ /dev/null @@ -1,464 +0,0 @@ -[%General] -author=elkrien based on Arc Dark style -comment=Catppuccin-Macchiato-Blue -spread_menuitems=true -left_tabs=true -mirror_doc_tabs=true -scroll_width=8 -attach_active_tab=true -composite=true -menu_shadow_depth=7 -tooltip_shadow_depth=0 -splitter_width=7 -check_size=16 -slider_width=4 -slider_handle_width=18 -slider_handle_length=18 -textless_progressbar=false -menubar_mouse_tracking=true -slim_toolbars=false -toolbutton_style=1 -x11drag=menubar_and_primary_toolbar -double_click=false -translucent_windows=false -blurring=false -popup_blurring=true -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 -group_toolbar_buttons=false -vertical_spin_indicators=false -fill_rubberband=false -spread_progressbar=true -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -scroll_arrows=false -iconless_pushbutton=true -toolbar_icon_size=16 -combo_as_lineedit=true -button_contents_shift=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=2 -submenu_overlap=0 -tooltip_delay=-1 -animate_states=false -transient_scrollbar=true -alt_mnemonic=true -combo_menu=true -layout_margin=4 -no_window_pattern=false -respect_DE=true -scroll_min_extent=36 -scrollable_menu=false -scrollbar_in_view=false -spin_button_width=16 -submenu_delay=250 -tree_branch_line=true -progressbar_thickness=8 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -reduce_menu_opacity=0 -reduce_window_opacity=10 -saturation=1.00 -shadowless_popup=false -transient_groove=false - -[GeneralColors] -window.color=#24273A -base.color=#1E2030 -alt.base.color=#1E2030 -button.color=#363A4F -light.color=#494D64 -mid.light.color=#494D64 -dark.color=#1E2030 -mid.color=#1E2030 -highlight.color=#8AADF4 -inactive.highlight.color=#8AADF4 -text.color=#CAD3F5 -window.text.color=#CAD3F5 -button.text.color=#CAD3F5 -disabled.text.color=#5B6078 -tooltip.text.color=#CAD3F5 -highlight.text.color=#1E2030 -link.color=#F4DBD6 -link.visited.color=#8AADF4 - -[ItemView] -inherits=PanelButtonCommand -frame.element=itemview -interior.element=itemview -frame=true -interior=true -text.iconspacing=3 -text.toggle.color=#1E2030 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox - -[TreeExpander] -indicator.element=tree -indicator.size=8 - -[ToolTip] -frame.top=4 -frame.right=4 -frame.bottom=4 -frame.left=4 -frame=true - -[PanelButtonCommand] -inherits=PanelButtonCommand -interior.element=button -frame.element=button -text.normal.color=#CAD3F5 -text.focus.color=#CAD3F5 -text.press.color=#1E2030 -text.toggle.color=#1E2030 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[DockTitle] -inherits=PanelButtonCommand -interior=false -frame=false -text.margin.top=5 -text.margin.bottom=5 -text.margin.left=5 -text.margin.right=5 -indicator.size=0 - -[Dock] -interior.element=toolbar -frame.element=toolbar -frame=true -interior=true - -[GroupBox] -inherits=PanelButtonCommand -interior.element=tabframe -interior=true -frame=false - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Slider] -inherits=PanelButtonCommand -interior=true -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -focusFrame=true - -[SliderCursor] -inherits=PanelButtonCommand -interior=true -interior.element=slidercursor -frame=false - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit - -[IndicatorSpinBox] -inherits=LineEdit -frame.element=lineedit -interior.element=lineedit -frame.top=0 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.size=8 - -[DropDownButton] -inherits=PanelButtonCommand -frame.top=2 -frame.bottom=2 -frame.left=0 -frame.right=1 -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -frame.element=tabframe -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -frame.element=tab -frame.top=2 -frame.bottom=3 -frame.left=3 -frame.right=3 -indicator.size=10 -text.normal.color=#5B6078 -text.focus.color=#CAD3F5 -text.press.color=#CAD3F5 -text.toggle.color=#CAD3F5 -focusFrame=true - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe - -[Dialog] -inherits=TabBarFrame -frame.element=tabframe -interior=false -frame=false -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.normal.color=#CAD3F5 -text.focus.color=#8AADF4 -text.press.color=#CAD3F5 -text.toggle.color=#CAD3F5 -indicator.element=harrow - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=false -indicator.element=resize-grip -indicator.size=0 - -[Toolbar] -inherits=PanelButtonCommand -interior.element=menubar -frame.element=menubar -frame=true -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#CAD3F5 -text.focus.color=#CAD3F5 -text.press.color=#8AADF4 -text.toggle.color=#8AADF4 -text.bold=false - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#CAD3F5 -frame.expansion=0 -text.bold=false - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=arrow -text.normal.color=#CAD3F5 -text.focus.color=#CAD3F5 -text.press.color=#1E2030 -text.toggle.color=#1E2030 -text.bold=false - -[Scrollbar] -inherits=PanelButtonCommand -indicator.size=0 -interior=false -frame=false - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior=false -frame.element=scrollbarslider -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin=0 -text.normal.color=#CAD3F5 -text.focus.color=#CAD3F5 -text.press.color=#1E2030 -text.toggle.color=#1E2030 -text.bold=false -frame.expansion=18 - -[RadioButton] -inherits=PanelButtonCommand - -[Menu] -frame.element=menu -interior.element=menu -inherits=PanelButtonCommand -text.press.color=#1E2030 -text.toggle.color=#1E2030 -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[MenuItem] -inherits=PanelButtonCommand -interior.element=menuitem -indicator.size=8 -text.focus.color=#CAD3F5 -text.press.color=#CAD3F5 - -[MenuBarItem] -inherits=PanelButtonCommand -interior.element=menubaritem -frame=false -text.margin.top=3 -text.margin.bottom=3 -text.margin.left=5 -text.margin.right=5 - -[StatusBar] -inherits=Toolbar -frame.element=toolbar -font.bold=true -text.normal.color=#CAD3F5 -frame=true -frame.top=0 -frame.bottom=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -interior=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 - -[ComboBox] -inherits=PanelButtonCommand -indicator.size=8 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=3 -text.margin.right=3 -text.toggle.color=#CAD3F5 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#CAD3F5 -text.press.color=#CAD3F5 -text.focus.color=#CAD3F5 - -[Hacks] -transparent_dolphin_view=false -blur_konsole=true -transparent_ktitle_label=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=false -iconless_pushbutton=true -iconless_menu=false -disabled_icon_opacity=100 -lxqtmainmenu_iconsize=0 -normal_default_pushbutton=true -single_top_toolbar=false -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=true -transparent_pcmanfm_view=false -blur_translucent=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -no_selection_tint=false -noninteger_translucency=false -style_vertical_toolbars=false -blur_only_active_window=false - -[Window] -interior=true -interior.element=window -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 diff --git a/common/usr/share/Kvantum/Catppuccin-Macchiato-Blue/Catppuccin-Macchiato-Blue.svg b/common/usr/share/Kvantum/Catppuccin-Macchiato-Blue/Catppuccin-Macchiato-Blue.svg deleted file mode 100644 index c054966..0000000 --- a/common/usr/share/Kvantum/Catppuccin-Macchiato-Blue/Catppuccin-Macchiato-Blue.svg +++ /dev/null @@ -1,1958 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/debian/control b/debian/control index 565f6f5..e2d1f1d 100644 --- a/debian/control +++ b/debian/control @@ -2,21 +2,25 @@ Source: tileos-artwork Section: x11 Priority: optional Maintainer: Aleksey Samoilov -Build-Depends: debhelper-compat (= 13), intltool +Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.1 Homepage: https://github.com/Tile-OS/tileos-artwork Rules-Requires-Root: no -Package: tileos-sway-artwork +Package: tileos-theme-catppuccin Architecture: any -Depends: ${misc:Depends}, qt5-style-kvantum, papirus-icon-theme catppuccin-gtk-theme -Conflicts: tileos-river-artwork -Description: Sway related themes and art for TileOS +Depends: ${misc:Depends}, + catppuccin-gtk-theme, + catppuccin-kvantum-theme, + papirus-icon-theme, + qt5-style-kvantum, +Conflicts: tileos-sway-artwork +Description: Catppuccin theme for TileOS Package: tileos-grub-theme Architecture: any Depends: ${misc:Depends} -Description: GRUB theme for TileOS +Description: default GRUB theme for TileOS Package: tileos-wallpapers Architecture: any diff --git a/debian/tileos-grub-theme.install b/debian/tileos-grub-theme.install index 3465924..e53964b 100644 --- a/debian/tileos-grub-theme.install +++ b/debian/tileos-grub-theme.install @@ -1,2 +1,2 @@ -common/usr/share/grub /usr/share/ -common/etc/* etc/ +usr/share/grub /usr/share/ +etc/* etc/ diff --git a/debian/tileos-sway-artwork.install b/debian/tileos-sway-artwork.install deleted file mode 100644 index 149ec13..0000000 --- a/debian/tileos-sway-artwork.install +++ /dev/null @@ -1,2 +0,0 @@ -sway/themes /usr/share/tileos/ -common/usr/share/Kvantum /usr/share/ diff --git a/debian/tileos-theme-catppuccin.install b/debian/tileos-theme-catppuccin.install new file mode 100644 index 0000000..109cada --- /dev/null +++ b/debian/tileos-theme-catppuccin.install @@ -0,0 +1 @@ +usr/share/tileos/themes/Catppuccin /usr/share/tileos/themes/ diff --git a/debian/tileos-wallpapers.install b/debian/tileos-wallpapers.install index 6389792..6b48f38 100644 --- a/debian/tileos-wallpapers.install +++ b/debian/tileos-wallpapers.install @@ -1 +1 @@ -common/usr/share/wallpapers /usr/share/ +usr/share/wallpapers /usr/share/ diff --git a/common/etc/default/grub.d/tileos-grub.theme.cfg b/etc/default/grub.d/tileos-grub.theme.cfg similarity index 100% rename from common/etc/default/grub.d/tileos-grub.theme.cfg rename to etc/default/grub.d/tileos-grub.theme.cfg diff --git a/sway/themes/catppuccin-macchiato/theme b/sway/themes/catppuccin-macchiato/theme deleted file mode 100644 index f8b9070..0000000 --- a/sway/themes/catppuccin-macchiato/theme +++ /dev/null @@ -1,47 +0,0 @@ -################----------------THEMING----------------################ - -# Window borders -default_border pixel 2 -smart_borders on -gaps inner 6 - -# Tittle bar font -font pango:Noto Sans 10 - -# Fonts -set $term-font Hack 11 -set $gui-font Noto Sans 10 - -set $rosewater #f4dbd6 -set $flamingo #f0c6c6 -set $pink #f5bde6 -set $mauve #c6a0f6 -set $red #ed8796 -set $maroon #ee99a0 -set $peach #f5a97f -set $green #a6da95 -set $teal #8bd5ca -set $sky #91d7e3 -set $sapphire #7dc4e4 -set $blue #8aadf4 -set $lavender #b7bdf8 -set $text #cad3f5 -set $subtext1 #b8c0e0 -set $subtext0 #a5adcb -set $overlay2 #939ab7 -set $overlay1 #8087a2 -set $overlay0 #6e738d -set $surface2 #5b6078 -set $surface1 #494d64 -set $surface0 #363a4f -set $base #24273a -set $mantle #1e2030 -set $crust #181926 - -# target title bg text indicator border -client.focused $blue $base $text $rosewater $blue -client.focused_inactive $pink $base $text $rosewater $pink -client.unfocused $pink $base $text $rosewater $pink -client.urgent $peach $base $peach $overlay0 $peach -client.placeholder $overlay0 $base $text $overlay0 $overlay0 -client.background $base diff --git a/common/usr/share/grub/themes/tileos-grub-theme/background.png b/usr/share/grub/themes/tileos-grub-theme/background.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/background.png rename to usr/share/grub/themes/tileos-grub-theme/background.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/boot_menu_c.png b/usr/share/grub/themes/tileos-grub-theme/boot_menu_c.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/boot_menu_c.png rename to usr/share/grub/themes/tileos-grub-theme/boot_menu_c.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/boot_menu_e.png b/usr/share/grub/themes/tileos-grub-theme/boot_menu_e.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/boot_menu_e.png rename to usr/share/grub/themes/tileos-grub-theme/boot_menu_e.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/boot_menu_n.png b/usr/share/grub/themes/tileos-grub-theme/boot_menu_n.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/boot_menu_n.png rename to usr/share/grub/themes/tileos-grub-theme/boot_menu_n.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/boot_menu_ne.png b/usr/share/grub/themes/tileos-grub-theme/boot_menu_ne.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/boot_menu_ne.png rename to usr/share/grub/themes/tileos-grub-theme/boot_menu_ne.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/boot_menu_nw.png b/usr/share/grub/themes/tileos-grub-theme/boot_menu_nw.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/boot_menu_nw.png rename to usr/share/grub/themes/tileos-grub-theme/boot_menu_nw.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/boot_menu_s.png b/usr/share/grub/themes/tileos-grub-theme/boot_menu_s.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/boot_menu_s.png rename to usr/share/grub/themes/tileos-grub-theme/boot_menu_s.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/boot_menu_se.png b/usr/share/grub/themes/tileos-grub-theme/boot_menu_se.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/boot_menu_se.png rename to usr/share/grub/themes/tileos-grub-theme/boot_menu_se.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/boot_menu_sw.png b/usr/share/grub/themes/tileos-grub-theme/boot_menu_sw.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/boot_menu_sw.png rename to usr/share/grub/themes/tileos-grub-theme/boot_menu_sw.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/boot_menu_w.png b/usr/share/grub/themes/tileos-grub-theme/boot_menu_w.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/boot_menu_w.png rename to usr/share/grub/themes/tileos-grub-theme/boot_menu_w.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/select_c.png b/usr/share/grub/themes/tileos-grub-theme/select_c.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/select_c.png rename to usr/share/grub/themes/tileos-grub-theme/select_c.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/terminal_c.png b/usr/share/grub/themes/tileos-grub-theme/terminal_c.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/terminal_c.png rename to usr/share/grub/themes/tileos-grub-theme/terminal_c.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/terminal_e.png b/usr/share/grub/themes/tileos-grub-theme/terminal_e.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/terminal_e.png rename to usr/share/grub/themes/tileos-grub-theme/terminal_e.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/terminal_n.png b/usr/share/grub/themes/tileos-grub-theme/terminal_n.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/terminal_n.png rename to usr/share/grub/themes/tileos-grub-theme/terminal_n.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/terminal_ne.png b/usr/share/grub/themes/tileos-grub-theme/terminal_ne.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/terminal_ne.png rename to usr/share/grub/themes/tileos-grub-theme/terminal_ne.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/terminal_nw.png b/usr/share/grub/themes/tileos-grub-theme/terminal_nw.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/terminal_nw.png rename to usr/share/grub/themes/tileos-grub-theme/terminal_nw.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/terminal_s.png b/usr/share/grub/themes/tileos-grub-theme/terminal_s.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/terminal_s.png rename to usr/share/grub/themes/tileos-grub-theme/terminal_s.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/terminal_se.png b/usr/share/grub/themes/tileos-grub-theme/terminal_se.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/terminal_se.png rename to usr/share/grub/themes/tileos-grub-theme/terminal_se.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/terminal_sw.png b/usr/share/grub/themes/tileos-grub-theme/terminal_sw.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/terminal_sw.png rename to usr/share/grub/themes/tileos-grub-theme/terminal_sw.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/terminal_w.png b/usr/share/grub/themes/tileos-grub-theme/terminal_w.png similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/terminal_w.png rename to usr/share/grub/themes/tileos-grub-theme/terminal_w.png diff --git a/common/usr/share/grub/themes/tileos-grub-theme/theme.txt b/usr/share/grub/themes/tileos-grub-theme/theme.txt similarity index 100% rename from common/usr/share/grub/themes/tileos-grub-theme/theme.txt rename to usr/share/grub/themes/tileos-grub-theme/theme.txt diff --git a/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-frappe b/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-frappe new file mode 100644 index 0000000..f40ad44 --- /dev/null +++ b/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-frappe @@ -0,0 +1,25 @@ +set $rosewater #f2d5cf +set $flamingo #eebebe +set $pink #f4b8e4 +set $mauve #ca9ee6 +set $red #e78284 +set $maroon #ea999c +set $peach #ef9f76 +set $green #a6d189 +set $teal #81c8be +set $sky #99d1db +set $sapphire #85c1dc +set $blue #8caaee +set $lavender #babbf1 +set $text #c6d0f5 +set $subtext1 #b5bfe2 +set $subtext0 #a5adce +set $overlay2 #949cbb +set $overlay1 #838ba7 +set $overlay0 #737994 +set $surface2 #626880 +set $surface1 #51576d +set $surface0 #414559 +set $base #303446 +set $mantle #292c3c +set $crust #232634 diff --git a/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-latte b/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-latte new file mode 100644 index 0000000..8ba83a7 --- /dev/null +++ b/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-latte @@ -0,0 +1,25 @@ +set $rosewater #dc8a78 +set $flamingo #dd7878 +set $pink #ea76cb +set $mauve #8839ef +set $red #d20f39 +set $maroon #e64553 +set $peach #fe640b +set $green #40a02b +set $teal #179299 +set $sky #04a5e5 +set $sapphire #209fb5 +set $blue #1e66f5 +set $lavender #7287fd +set $text #4c4f69 +set $subtext1 #5c5f77 +set $subtext0 #6c6f85 +set $overlay2 #7c7f93 +set $overlay1 #8c8fa1 +set $overlay0 #9ca0b0 +set $surface2 #acb0be +set $surface1 #bcc0cc +set $surface0 #ccd0da +set $base #eff1f5 +set $mantle #e6e9ef +set $crust #dce0e8 diff --git a/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato b/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato new file mode 100644 index 0000000..c557121 --- /dev/null +++ b/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato @@ -0,0 +1,25 @@ +set $rosewater #f4dbd6 +set $flamingo #f0c6c6 +set $pink #f5bde6 +set $mauve #c6a0f6 +set $red #ed8796 +set $maroon #ee99a0 +set $peach #f5a97f +set $green #a6da95 +set $teal #8bd5ca +set $sky #91d7e3 +set $sapphire #7dc4e4 +set $blue #8aadf4 +set $lavender #b7bdf8 +set $text #cad3f5 +set $subtext1 #b8c0e0 +set $subtext0 #a5adcb +set $overlay2 #939ab7 +set $overlay1 #8087a2 +set $overlay0 #6e738d +set $surface2 #5b6078 +set $surface1 #494d64 +set $surface0 #363a4f +set $base #24273a +set $mantle #1e2030 +set $crust #181926 diff --git a/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-mocha b/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-mocha new file mode 100644 index 0000000..686a5a2 --- /dev/null +++ b/usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-mocha @@ -0,0 +1,25 @@ +set $rosewater #f5e0dc +set $flamingo #f2cdcd +set $pink #f5c2e7 +set $mauve #cba6f7 +set $red #f38ba8 +set $maroon #eba0ac +set $peach #fab387 +set $green #a6e3a1 +set $teal #94e2d5 +set $sky #89dceb +set $sapphire #74c7ec +set $blue #89b4fa +set $lavender #b4befe +set $text #cdd6f4 +set $subtext1 #bac2de +set $subtext0 #a6adc8 +set $overlay2 #9399b2 +set $overlay1 #7f849c +set $overlay0 #6c7086 +set $surface2 #585b70 +set $surface1 #45475a +set $surface0 #313244 +set $base #1e1e2e +set $mantle #181825 +set $crust #11111b diff --git a/common/usr/share/wallpapers/TileOS/TOSWall_by_IndexZeroZzz.svg b/usr/share/wallpapers/tileos/TOSWall_by_IndexZeroZzz.svg similarity index 100% rename from common/usr/share/wallpapers/TileOS/TOSWall_by_IndexZeroZzz.svg rename to usr/share/wallpapers/tileos/TOSWall_by_IndexZeroZzz.svg