diff --git a/files/.config/alacritty/alacritty.yml b/files/.config/alacritty/alacritty.yml index 98a3722..10279ee 100644 --- a/files/.config/alacritty/alacritty.yml +++ b/files/.config/alacritty/alacritty.yml @@ -343,7 +343,7 @@ font: #family: JetBrainsMono Nerd Font #family: Iosevka Term #family: cozette - family: Terminus (TTF) - #family: cherry + #family: Terminus (TTF) + family: cherry #family: lucy tewi2a #family: Scientifica diff --git a/files/.config/gtk-3.0/settings.ini b/files/.config/gtk-3.0/settings.ini index ad42c17..d9da39e 100644 --- a/files/.config/gtk-3.0/settings.ini +++ b/files/.config/gtk-3.0/settings.ini @@ -19,6 +19,7 @@ gtk-application-prefer-dark-theme=true gtk-decoration-layout=: ;gtk-font-name = DejaVu Sans 1 121 -gtk-font-name = xos4 Terminus Regular 12 +gtk-font-name = cozette 10 +;gtk-font-name = xos4 Terminus Regular 12 ;gtk-font-name = Terminus 12 ;gtk-font-name = cozette 10 diff --git a/files/firefoxChrome/chrome/userChrome.css b/files/firefoxChrome/chrome/userChrome.css index 4fe3ebb..e34d208 100644 --- a/files/firefoxChrome/chrome/userChrome.css +++ b/files/firefoxChrome/chrome/userChrome.css @@ -1,3 +1,4 @@ +/* variables {{{ */ :root { /* Minimal Functional Fox variables*/ --mff-bg: #282828; @@ -9,8 +10,9 @@ --mff-sidebar-color: #ebdbb2; --mff-tab-border-radius: 0px; --mff-tab-color: #ebdbb2; - --mff-tab-font-family: "terminus (ttf)"; - --mff-tab-font-size: 9pt; + /*--mff-tab-font-family: "terminus (ttf)";*/ + --mff-tab-font-family: "cozette"; + --mff-tab-font-size: 10pt; --mff-tab-font-weight: 400; --mff-tab-height: 20px; --mff-tab-pinned-bg: #70c1b3; @@ -46,12 +48,9 @@ --panel-disabled-color: rgba(var(--foreground-lighter), 0.4) !important; } -/* - _____ _ ___ ___ - |_ _/_\ | _ ) __| - | |/ _ \| _ \__ \ - |_/_/ \_\___/___/ -*/ +/* }}} */ + +/* Tabs {{{ */ .tab-background[selected="true"] { background: var(--mff-tab-selected-bg) !important; @@ -163,12 +162,9 @@ hbox.tab-content[pinned="true"] .tab-text { display: none !important; } -/* - _____ ___ ___ _ ___ _ ___ -|_ _/ _ \ / _ \| | | _ ) /_\ | _ \ - | || (_) | (_) | |__| _ \/ _ \| / - |_| \___/ \___/|____|___/_/ \_\_|_\ -*/ +/* }}} */ + +/* Toolbar {{{ */ .urlbar-icon > image { fill: var(--mff-icon-color) !important; @@ -230,6 +226,7 @@ hbox.tab-content[pinned="true"] .tab-text { display: none !important; } + #urlbar-input { font-size: var(--mff-urlbar-font-size) !important; color: var(--mff-urlbar-color) !important; @@ -313,8 +310,8 @@ toolbar#nav-bar { #urlbar { max-width: 90% !important; - margin: 0 15% !important; - margin-top: -5px; + margin: 0 5% !important; + margin-top: -5px !important; /* position: unset!important; */ } @@ -330,13 +327,9 @@ toolbar#nav-bar { toolbarbutton { box-shadow: none !important; } +/* }}} */ -/* - ___ ___ ___ ___ ___ _ ___ - / __|_ _| \| __| _ ) /_\ | _ \ - \__ \| || |) | _|| _ \/ _ \| / - |___/___|___/|___|___/_/ \_\_|_\ -*/ +/* Sidebar {{{ */ .close-icon, .urlbar-icon { @@ -367,13 +360,9 @@ splitter#sidebar-splitter { image#sidebar-icon { display: none; } +/* }}} */ -/* - _ ___ ___ _____ _____ _ _ _ ___ _ - /_\ | _ \ _ \/ _ \ \ / / _ \/_\ | \| | __| | - / _ \| / / (_) \ \/\/ /| _/ _ \| .` | _|| |__ - /_/ \_\_|_\_|_\\___/ \_/\_/ |_|/_/ \_\_|\_|___|____| - */ +/* arrow panel {{{*/ .panel-arrowcontent { padding: 0px !important; @@ -395,3 +384,5 @@ toolbarseparator { color: red; } + +/* }}} */