aboutsummaryrefslogtreecommitdiff
path: root/copyq-6.3.2/themes
diff options
context:
space:
mode:
authorIndrajith K L2022-12-03 17:00:20 +0530
committerIndrajith K L2022-12-03 17:00:20 +0530
commitf5c4671bfbad96bf346bd7e9a21fc4317b4959df (patch)
tree2764fc62da58f2ba8da7ed341643fc359873142f /copyq-6.3.2/themes
downloadcli-tools-windows-master.tar.gz
cli-tools-windows-master.tar.bz2
cli-tools-windows-master.zip
Adds most of the toolsHEADmaster
Diffstat (limited to 'copyq-6.3.2/themes')
-rw-r--r--copyq-6.3.2/themes/dark.ini25
-rw-r--r--copyq-6.3.2/themes/forest.ini43
-rw-r--r--copyq-6.3.2/themes/items.css61
-rw-r--r--copyq-6.3.2/themes/light.ini91
-rw-r--r--copyq-6.3.2/themes/main_window.css47
-rw-r--r--copyq-6.3.2/themes/main_window_simple.css6
-rw-r--r--copyq-6.3.2/themes/menu.css60
-rw-r--r--copyq-6.3.2/themes/notification.css15
-rw-r--r--copyq-6.3.2/themes/paper.ini25
-rw-r--r--copyq-6.3.2/themes/simple.ini43
-rw-r--r--copyq-6.3.2/themes/solarized-dark.ini25
-rw-r--r--copyq-6.3.2/themes/solarized-light.ini25
-rw-r--r--copyq-6.3.2/themes/tooltip.css8
-rw-r--r--copyq-6.3.2/themes/wine.ini37
14 files changed, 511 insertions, 0 deletions
diff --git a/copyq-6.3.2/themes/dark.ini b/copyq-6.3.2/themes/dark.ini
new file mode 100644
index 0000000..97033ee
--- /dev/null
+++ b/copyq-6.3.2/themes/dark.ini
@@ -0,0 +1,25 @@
+[General]
+notes_css=
+find_bg=#00689c
+edit_font="Ubuntu Condensed,11,-1,5,50,0,0,0,0,0"
+bg=#4b4b4b
+find_font="Ubuntu Condensed,10,-1,5,50,0,0,0,0,0"
+alt_item_css=
+sel_fg=#ffffff
+show_scrollbars=true
+find_fg=#ffffff
+edit_bg=#ffffff
+num_fg=#7f7f7f
+font="Ubuntu Condensed,10,-1,5,50,0,0,0,0,0"
+sel_item_css=
+sel_bg=#61819c
+notes_font="Ubuntu Condensed,11,-1,5,50,0,0,0,0,0"
+edit_fg=#1a1a1a
+show_number=true
+notes_fg=#232323
+item_css=
+alt_bg=#383838
+css=
+fg=#dfdfdf
+num_font="Ubuntu,7,-1,5,25,0,0,0,0,0"
+notes_bg=#ffffff
diff --git a/copyq-6.3.2/themes/forest.ini b/copyq-6.3.2/themes/forest.ini
new file mode 100644
index 0000000..ac2b819
--- /dev/null
+++ b/copyq-6.3.2/themes/forest.ini
@@ -0,0 +1,43 @@
+[General]
+alt_bg=#f1edcb
+alt_item_css="
+ ;background: qlineargradient(
+ x1: 0, y1: 0,
+ x2: 0, y2: 1,
+ stop: 0 ${alt_bg},
+ stop: 1.0 ${alt_bg - #112}
+ )
+ ;border-radius: 3px
+ "
+bg=#fffaeb
+css=ClipboardBrowser::selected:item{outline:0px}
+edit_bg=#fdfcfa
+edit_fg=#000000
+edit_font="Ubuntu Mono,11,-1,5,50,0,0,0,0,0"
+fg=#2f2a15
+find_bg=#d6ff94
+find_fg=#000
+find_font="Ubuntu Mono,11,-1,5,50,0,0,0,0,0"
+font="Ubuntu Mono,11,-1,5,50,0,0,0,0,0"
+item_css=
+notes_bg=#d5ff94
+notes_css=
+notes_fg=#554e18
+notes_font="Ubuntu Condensed,11,-1,5,50,0,0,0,0,0"
+num_fg=#96865b
+num_font="Ubuntu Mono,7,-1,5,50,0,0,0,0,0"
+sel_bg=#6eb662
+sel_fg=#ffffff
+sel_item_css="
+ ;background: qlineargradient(
+ x1: 0, y1: 0,
+ x2: 0, y2: 1,
+ stop: 0 ${sel_bg},
+ stop: 1.0 ${sel_bg - #222}
+ )
+ ;border: 0px solid transparent
+ ;border-radius: 3px
+ ;
+ "
+show_number=true
+show_scrollbars=false
diff --git a/copyq-6.3.2/themes/items.css b/copyq-6.3.2/themes/items.css
new file mode 100644
index 0000000..99c2b36
--- /dev/null
+++ b/copyq-6.3.2/themes/items.css
@@ -0,0 +1,61 @@
+#ClipboardBrowser,#item,#item_child{
+ ;${font}
+ ;color: ${fg}
+ ;background: ${bg}
+}
+
+#ClipboardBrowser::item:alternate:!hover:!selected{
+ ;color: ${alt_fg}
+ ;background: ${alt_bg}
+}
+
+#ClipboardBrowser::item:selected
+,#item[CopyQ_selected="true"]
+,#item[CopyQ_selected="true"] #item_child
+{
+ ;color: ${sel_fg}
+ ;background: ${sel_bg}
+}
+
+#item #item_child
+,#item[CopyQ_selected="true"] #item_child
+{
+ ;background: transparent
+}
+
+${hsv_saturation_factor = 0.5}
+ #ClipboardBrowser::item:selected:!active
+ {
+ ;background:${sel_bg}
+ ;${sel_item_css}
+ }
+${hsv_saturation_factor = 2}
+${hsv_value_factor = 0.9}
+ #ClipboardBrowser::item:hover:selected
+ {
+ ;background:${sel_bg}
+ }
+ #ClipboardBrowser::item:hover:!selected
+ {
+ ;background:${bg}
+ }
+${hsv_saturation_factor = 1}
+${hsv_value_factor = 1}
+
+/* Omit showing current item outline. */
+#ClipboardBrowser::focus{outline:0}
+
+#ClipboardBrowser::item:focus{ ${cur_item_css} }
+
+/* Allow user to change CSS. */
+#ClipboardBrowser{ ${item_css} }
+#ClipboardBrowser::item:alternate:!hover:!selected{ ${alt_item_css} }
+#ClipboardBrowser::item:selected{ ${sel_item_css} }
+#ClipboardBrowser::item:hover{ ${hover_item_css} }
+
+#editor_status_bar * {
+ ;background: ${edit_bg}
+ ;color: ${edit_fg}
+}
+
+${css:tooltip}
diff --git a/copyq-6.3.2/themes/light.ini b/copyq-6.3.2/themes/light.ini
new file mode 100644
index 0000000..9a0cfe1
--- /dev/null
+++ b/copyq-6.3.2/themes/light.ini
@@ -0,0 +1,91 @@
+[General]
+alt_bg=#e0e0e0
+bg=#eeeeee
+css=
+edit_bg=#cccccc
+edit_fg=fg - #111
+edit_font="monospace,11,-1,5,50,0,0,0,0,0"
+fg=#444444
+find_bg="rgba(0,0,0,0)"
+find_fg=#9d7200
+find_font="monospace,11,-1,5,50,0,0,0,0,0"
+font="monospace,11,-1,5,50,0,0,0,0,0"
+font_antialiasing=true
+item_css=padding:0.5em
+item_spacing=
+menu_bar_css="
+ ;background: ${bg}
+ ;color: ${fg + #444}"
+menu_bar_disabled_css="
+ ;color: ${bg - #666}"
+menu_bar_selected_css="
+ ;background: ${sel_bg}
+ ;color: ${sel_fg}"
+menu_css="
+ ;border-top: 0.08em solid ${bg + #333}
+ ;border-left: 0.08em solid ${bg + #333}
+ ;border-bottom: 0.08em solid ${bg - #333}
+ ;border-right: 0.08em solid ${bg - #333}"
+notes_bg=bg
+notes_fg=#666666
+notes_font="sans-serif,11,-1,5,25,0,0,0,0,0"
+notification_bg=#303030
+notification_fg=#ddd
+notification_font="monospace,11,-1,5,50,0,0,0,0,0"
+num_fg=#009588
+num_font="sans-serif,8,-1,5,25,0,0,0,0,0"
+search_bar="
+ ;background: ${edit_bg}
+ ;color: ${edit_fg}
+ ;border: 1px solid ${alt_bg}
+ ;margin: 2px"
+search_bar_focused="
+ ;border: 1px solid ${sel_bg}"
+sel_bg=#7dcad1
+sel_fg=#444444
+show_number=true
+show_scrollbars=false
+style_main_window=true
+tab_bar_css="
+ ;background: ${bg - #222}"
+tab_bar_item_counter="
+ ;color: ${num_fg + #222}
+ ;font-size: 7pt"
+tab_bar_scroll_buttons_css="
+ ;background: ${bg - #222}
+ ;color: ${fg}
+ ;border: 0"
+tab_bar_sel_item_counter="
+ ;color: ${num_fg}"
+tab_bar_tab_selected_css="
+ ;padding: 0.5em
+ ;background: ${bg}
+ ;border: 0.05em solid ${bg}
+ ;color: ${fg}"
+tab_bar_tab_unselected_css="
+ ;border: 0.05em solid ${bg}
+ ;padding: 0.5em
+ ;background: ${bg - #222}
+ ;color: ${fg - #333}"
+tab_tree_css="
+ ;font-family: sans-serif
+ ;font-size: 10pt
+ ;padding: .20em
+ ;color: ${fg + #222}
+ ;background-color: ${bg}"
+tab_tree_item_counter="
+ ;padding:.33em
+ ;color: ${num_fg + #222}
+ ;font-size: 7pt"
+tab_tree_sel_item_counter="
+ ;color: ${num_fg}"
+tab_tree_sel_item_css="
+ ;color: ${fg + #222}
+ ;background: ${bg - #211}"
+tool_bar_css="
+ ;color: ${fg}
+ ;background-color: ${bg}
+ ;border: 0"
+tool_button_css="
+ ;background-color: transparent"
+use_system_icons=false
diff --git a/copyq-6.3.2/themes/main_window.css b/copyq-6.3.2/themes/main_window.css
new file mode 100644
index 0000000..425bbb5
--- /dev/null
+++ b/copyq-6.3.2/themes/main_window.css
@@ -0,0 +1,47 @@
+#searchBar{${search_bar}}
+
+#searchBar:focus{${search_bar_focused}}
+
+#tab_bar{${tab_bar_css}}
+#tab_bar::tab:selected{${tab_bar_tab_selected_css}}
+#tab_bar::tab:!selected{${tab_bar_tab_unselected_css}}
+#tab_bar #tab_item_counter{${tab_bar_item_counter}}
+#tab_bar #tab_item_counter[CopyQ_selected="true"]{
+ ;${tab_bar_sel_item_counter}
+}
+
+#tab_bar QToolButton{${tab_bar_scroll_buttons_css}}
+
+#tab_tree, #tab_tree_item{${tab_tree_css}}
+
+#tab_tree::item:selected
+,#tab_tree_item[CopyQ_selected="true"]
+{
+ ;${tab_tree_sel_item_css}
+}
+
+#tab_tree_item[CopyQ_selected="false"]
+,#tab_tree_item[CopyQ_selected="true"]
+{
+ ;background: transparent
+}
+
+#tab_tree #tab_item_counter{${tab_tree_item_counter}}
+#tab_tree #tab_item_counter[CopyQ_selected="true"]{
+ ;${tab_tree_sel_item_counter}
+}
+
+#MainWindow>QToolBar QToolButton{
+ ;color: ${fg}
+ ;background: ${bg}
+}
+#MainWindow>QToolBar{${tool_bar_css}}
+#MainWindow>QToolBar QToolButton{${tool_button_css}}
+#MainWindow>QToolBar QToolButton:hover{${tool_button_selected_css}}
+#MainWindow>QToolBar QToolButton:pressed{${tool_button_pressed_css}}
+
+${css:main_window_simple}
+
+${css:menu}
+
+${css}
diff --git a/copyq-6.3.2/themes/main_window_simple.css b/copyq-6.3.2/themes/main_window_simple.css
new file mode 100644
index 0000000..f9a20f4
--- /dev/null
+++ b/copyq-6.3.2/themes/main_window_simple.css
@@ -0,0 +1,6 @@
+#plainTextEditCommand {
+ ;${edit_font}
+}
+#comboBoxCommands {
+ ;${edit_font}
+}
diff --git a/copyq-6.3.2/themes/menu.css b/copyq-6.3.2/themes/menu.css
new file mode 100644
index 0000000..38249a1
--- /dev/null
+++ b/copyq-6.3.2/themes/menu.css
@@ -0,0 +1,60 @@
+/* Remove icon border in menus. */
+#TrayMenu::item:selected,
+#MainWindow>QMenu::item:selected,
+#menu_bar>QMenu::item:selected
+{
+ border:none
+}
+
+#TrayMenu::item,
+#MainWindow>QMenu::item,
+#menu_bar>QMenu::item
+{
+ ;padding: 0.2em 1em 0.2em 1em
+ ;padding-left: ${scale=2}${icon_size}${scale=1}px
+}
+
+#TrayMenu::icon,
+#MainWindow>QMenu::icon,
+#menu_bar>QMenu::icon
+{
+ ;padding-left: ${scale=0.5}${icon_size}${scale=1}px
+}
+
+/* Keep default item highlighted (removing icon border resets the style). */
+#TrayMenu::item:default,
+#MainWindow>QMenu::item:default,
+#menu_bar>QMenu::item:default
+{
+ font-weight:bold
+}
+
+#TrayMenu,
+#MainWindow>QMenu,
+#menu_bar>QMenu
+{
+ ${menu_css}
+}
+
+#TrayMenu::item,
+#TrayMenu::separator,
+#MainWindow>QMenu::item,
+#MainWindow>QMenu::separator,
+#menu_bar>QMenu::item,
+#menu_bar>QMenu::separator
+{
+ ${menu_bar_css}
+}
+
+#TrayMenu::item:selected,
+#MainWindow>QMenu::item:selected,
+#menu_bar>QMenu::item:selected
+{
+ ${menu_bar_selected_css}
+}
+
+#menu_bar, #menu_bar::item{${menu_bar_css}}
+#menu_bar::item:selected{${menu_bar_selected_css}}
+#menu_bar::item:disabled{${menu_bar_disabled_css}}
+
+${css:tooltip}
diff --git a/copyq-6.3.2/themes/notification.css b/copyq-6.3.2/themes/notification.css
new file mode 100644
index 0000000..b8eff38
--- /dev/null
+++ b/copyq-6.3.2/themes/notification.css
@@ -0,0 +1,15 @@
+#Notification, #Notification QWidget
+{
+ /* Resets notification opacity. It will be set in NotificationDaemon::setNotificationOpacity(). */
+ ;background: ${notification_bg + #000}
+}
+#Notification QWidget{
+ ;color: ${notification_fg}
+ ;${notification_font}
+}
+#Notification #NotificationTitle{
+ ;${scale=1.2}${notification_font}${scale=1}
+}
+#Notification #NotificationTip{
+ ;font-style: italic
+}
diff --git a/copyq-6.3.2/themes/paper.ini b/copyq-6.3.2/themes/paper.ini
new file mode 100644
index 0000000..e25954f
--- /dev/null
+++ b/copyq-6.3.2/themes/paper.ini
@@ -0,0 +1,25 @@
+[General]
+alt_bg=bg
+alt_item_css="\n "
+bg=#f7f7f7
+css="\n ClipboardBrowser::selected:item{outline:0px}\n ClipboardBrowser::item{border-bottom:1px solid #cdf}\n "
+edit_bg="rgba(247,247,247,0.862745)"
+edit_fg=fg - #111
+edit_font="Sans,9,-1,5,50,0,0,0,0,0"
+fg=#068
+find_bg="rgba(157,255,0,0)"
+find_fg=#09a
+find_font="Ubuntu,9,-1,5,50,0,1,0,0,0"
+font="Sans,9,-1,5,50,0,0,0,0,0"
+item_css=padding:1.5em 3em 1.5em 3em
+notes_bg=bg
+notes_css=
+notes_fg=fg
+notes_font="Sans,10,-1,5,50,0,0,0,0,0"
+num_fg=bg - #866
+num_font="Sans,7,-1,5,25,0,0,0,0,0"
+sel_bg=#97ea6a
+sel_fg=#234
+sel_item_css="\n ;background: qlineargradient(\n x1: 0, y1: 0.2,\n x2: 0.8, y2: 0,\n stop: 0 ${sel_bg},\n stop: 1 ${bg}\n )\n "
+show_number=true
+show_scrollbars=false
diff --git a/copyq-6.3.2/themes/simple.ini b/copyq-6.3.2/themes/simple.ini
new file mode 100644
index 0000000..ccfe1e9
--- /dev/null
+++ b/copyq-6.3.2/themes/simple.ini
@@ -0,0 +1,43 @@
+[General]
+alt_bg=bg
+alt_item_css="
+ ;border-radius: 2px
+ ;background: qlineargradient(
+ x1: 0, y1: 0,
+ x2: 1.5, y2: 0,
+ stop: 0 ${alt_bg - #100c0a},
+ stop: 1 ${alt_bg}
+ )
+ "
+bg=#f7f7f7
+css=ClipboardBrowser::selected:item{outline:0px}
+edit_bg=bg
+edit_fg=fg - #111
+edit_font="Sans,9,-1,5,50,0,0,0,0,0"
+fg=#356
+find_bg="rgba(0,0,0,0)"
+find_fg=#08a
+find_font="Sans,9,-1,5,50,0,1,0,0,0"
+font="Sans,9,-1,5,50,0,0,0,0,0"
+item_css=padding:1em
+notes_bg=bg
+notes_css=
+notes_fg=#222
+notes_font="Serif,10,-1,5,50,0,0,0,0,0"
+num_fg=#586e75
+num_font="Sans,7,-1,5,25,0,0,0,0,0"
+sel_bg="bg + #000409 - #100"
+sel_fg=#234
+sel_item_css="
+ ;border: 1px solid ${bg - #940}
+ ;border-radius: 2px
+ ;background: qlineargradient(
+ x1: 0, y1: 0,
+ x2: 1.5, y2: 0,
+ stop: 0 ${sel_bg},
+ stop: 1 ${bg}
+ )
+ "
+show_number=false
+show_scrollbars=false
+
diff --git a/copyq-6.3.2/themes/solarized-dark.ini b/copyq-6.3.2/themes/solarized-dark.ini
new file mode 100644
index 0000000..10f24e5
--- /dev/null
+++ b/copyq-6.3.2/themes/solarized-dark.ini
@@ -0,0 +1,25 @@
+[General]
+alt_bg=#073642
+alt_item_css=
+bg=#002b36
+css=
+edit_bg=alt_bg
+edit_fg=#2aa198
+edit_font="Monospace,9,-1,5,50,0,0,0,0,0"
+fg=#93a1a1
+find_bg="rgba(0,0,0,0)"
+find_fg=#b58900
+find_font="Monospace,9,-1,5,50,0,0,0,0,0"
+font="Monospace,9,-1,5,50,0,0,0,0,0"
+item_css=
+notes_css=
+notes_bg=bg
+notes_fg=#ce4d17
+notes_font="Serif,10,-1,5,50,0,0,0,0,0"
+num_fg=#586e75
+num_font="Monospace,7,-1,5,25,0,0,0,0,0"
+sel_bg=fg
+sel_fg=bg
+sel_item_css=
+show_number=true
+show_scrollbars=false
diff --git a/copyq-6.3.2/themes/solarized-light.ini b/copyq-6.3.2/themes/solarized-light.ini
new file mode 100644
index 0000000..769e3d3
--- /dev/null
+++ b/copyq-6.3.2/themes/solarized-light.ini
@@ -0,0 +1,25 @@
+[General]
+alt_bg=#eee8d5
+alt_item_css=
+bg=#fdf6e3
+css=
+edit_bg=bg
+edit_fg=#268bd2
+edit_font="Monospace,9,-1,5,50,0,0,0,0,0"
+fg=#586e75
+find_bg="rgba(0,0,0,0)"
+find_fg=#b58900
+find_font="Monospace,9,-1,5,50,0,0,0,0,0"
+font="Monospace,9,-1,5,50,0,0,0,0,0"
+item_css=
+notes_css=
+notes_bg=bg
+notes_fg=#ce4d17
+notes_font="Serif,10,-1,5,50,0,0,0,0,0"
+num_fg=#586e75
+num_font="Monospace,7,-1,5,25,0,0,0,0,0"
+sel_bg=fg
+sel_fg=bg
+sel_item_css=
+show_number=true
+show_scrollbars=false
diff --git a/copyq-6.3.2/themes/tooltip.css b/copyq-6.3.2/themes/tooltip.css
new file mode 100644
index 0000000..7a5a0db
--- /dev/null
+++ b/copyq-6.3.2/themes/tooltip.css
@@ -0,0 +1,8 @@
+#item QToolTip, QMenu QToolTip {
+ ;${notes_font}
+ ;background: ${notes_bg}
+ ;color: ${notes_fg}
+ /* Resetting border helps in some cases to set correct background color. */
+ ;border: 1px solid ${notes_fg}
+ ;${notes_css}
+}
diff --git a/copyq-6.3.2/themes/wine.ini b/copyq-6.3.2/themes/wine.ini
new file mode 100644
index 0000000..9e7d76f
--- /dev/null
+++ b/copyq-6.3.2/themes/wine.ini
@@ -0,0 +1,37 @@
+[General]
+alt_bg=bg-#101a1a
+alt_item_css="
+ ;border: 0px solid transparent
+ ;border-radius: 5px
+ "
+bg=#ffffff
+css=ClipboardBrowser::selected:item{outline:0px}
+edit_bg=#ffffff
+edit_fg=#1a1a1a
+edit_font="Serif,9,-1,5,50,0,0,0,0,0"
+fg=#515151
+find_bg=sel_bg
+find_fg=#fff
+find_font="Serif,9,-1,5,50,0,1,0,0,0"
+font="Serif,9,-1,5,50,0,0,0,0,0"
+item_css=
+notes_bg=#610001
+notes_css=
+notes_fg=#ffffff
+notes_font="Serif,10,-1,5,50,0,0,0,0,0"
+num_fg=#a00028
+num_font="Ubuntu,7,-1,5,25,0,0,0,0,0"
+sel_bg=#a04
+sel_fg=#fff
+sel_item_css="
+ ;background: qlineargradient(
+ x1: 0, y1: 0,
+ x2: 0, y2: 1,
+ stop: 0 ${sel_bg},
+ stop: 1 ${sel_bg - #444}
+ )
+ ;border: 1px solid #000
+ ;border-radius: 5px
+ "
+show_number=true
+show_scrollbars=false