ambiance
This commit is contained in:
		
						commit
						d9e58990e3
					
				
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -4,11 +4,13 @@ font-family = "" | ||||
| # font-family = "BigBlueTermPlus Nerd Font" | ||||
| # font-family = "Olympe Mono Hacked" | ||||
| # font-family = "CaskaydiaCove Nerd Font" | ||||
| font-family = "Terminess Nerd Font" | ||||
| # font-family = "Terminess Nerd Font Mono" | ||||
| font-family = "Ubuntu Mono Nerd Font" | ||||
| # theme = light:rose-pine-dawn,dark:rose-pine | ||||
| font-size = 14 | ||||
| # theme = light:xcodelight,dark:xcodedark | ||||
| theme = xcodedark | ||||
| window-decoration = false | ||||
| theme = Monokai Classic | ||||
| # window-decoration = false | ||||
| >>>>>>> master | ||||
| gtk-adwaita = false | ||||
| # window-decoration = server | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| function colors(color, theme) | ||||
|     color = os.getenv("BASE16_THEME") | ||||
|     alt_color = 'xcode' or color | ||||
|     alt_color = 'gruvbox' or color | ||||
|     -- Available values:   `'hard'`, `'medium'`, `'soft'` | ||||
|     vim.g.gruvbox_material_background = 'medium' | ||||
|     -- Available values:   `'material'`, `'mix'`, `'original'` | ||||
|  | ||||
| @ -1,13 +1,13 @@ | ||||
| [Appearance] | ||||
| color_scheme_path=/usr/share/qt5ct/colors/Chicago95_qt.conf | ||||
| color_scheme_path=/home/mikec/.config/qt5ct/style-colors.conf | ||||
| custom_palette=true | ||||
| icon_theme=Chicago95-tux | ||||
| icon_theme=Humanity | ||||
| standard_dialogs=xdgdesktopportal | ||||
| style=Windows | ||||
| style=kvantum | ||||
| 
 | ||||
| [Fonts] | ||||
| fixed="BigBlueTerm437 Nerd Font,10,-1,5,50,0,0,0,0,0,Regular" | ||||
| general="Terminess Nerd Font Propo,11,-1,5,57,0,0,0,0,0,Regular" | ||||
| general="Ubuntu,10,-1,5,50,0,0,0,0,0,Regular" | ||||
| 
 | ||||
| [Interface] | ||||
| activate_item_on_single_click=1 | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| [ColorScheme] | ||||
| active_colors=#ff000000, #ffd4d0c8, #ffffffff, #ffe9e7e3, #ff6a6864, #ffa0a0a4, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffd4d0c8, #ff000000, #ff000080, #ffffffff, #ff0000ff, #ffff00ff, #ffe9e7e3, #ff000000, #ffffffdc, #ff000000, #80000000 | ||||
| disabled_colors=#ffbebebe, #ffefefef, #ffffffff, #ffcacaca, #ffbebebe, #ffb8b8b8, #ffbebebe, #ffffffff, #ffbebebe, #ffefefef, #ffefefef, #ffb1b1b1, #ff919191, #ffffffff, #ff0000ff, #ffff00ff, #fff7f7f7, #ff000000, #ffffffdc, #ff000000, #80000000 | ||||
| inactive_colors=#ff000000, #ffd4d0c8, #ffffffff, #ffe9e7e3, #ff6a6864, #ffa0a0a4, #ff000000, #ffffffff, #ff000000, #ffffffff, #ffd4d0c8, #ff000000, #ff000080, #ffffffff, #ff0000ff, #ffff00ff, #ffe9e7e3, #ff000000, #ffffffdc, #ff000000, #80000000 | ||||
| active_colors=#ff000000, #ffe6e5e4, #ffffffff, #ffececec, #ffbebebe, #ffd9d9d9, #ff000000, #ffffffff, #ff000000, #fffafafa, #ffe6e5e4, #ff000000, #ffdc6434, #ffffffff, #ff0057ae, #ff452886, #fff0f0f0, #ff000000, #ff000000, #ffffffff, #80000000 | ||||
| disabled_colors=#ff787878, #ffe6e5e4, #ffffffff, #ffececec, #ffbebebe, #ffd9d9d9, #ff787878, #ffffffff, #ff787878, #fffafafa, #ffe6e5e4, #ff000000, #ffdc6434, #66ffffff, #ff0057ae, #ff452886, #fff0f0f0, #ff000000, #ff000000, #ffffffff, #80000000 | ||||
| inactive_colors=#ff000000, #ffe6e5e4, #ffffffff, #ffececec, #ffbebebe, #ffd9d9d9, #ff000000, #ffffffff, #ff000000, #fffafafa, #ffe6e5e4, #ff000000, #ffdc6434, #ffffffff, #ff0057ae, #ff452886, #fff0f0f0, #ff000000, #ff000000, #ffffffff, #80000000 | ||||
|  | ||||
| @ -1,13 +1,13 @@ | ||||
| [Appearance] | ||||
| color_scheme_path=/home/mikec/.config/qt6ct/colors/Chicago95.conf | ||||
| custom_palette=true | ||||
| icon_theme=Chicago95-tux | ||||
| custom_palette=false | ||||
| icon_theme=Humanity | ||||
| standard_dialogs=xdgdesktopportal | ||||
| style=Windows | ||||
| style=kvantum-dark | ||||
| 
 | ||||
| [Fonts] | ||||
| fixed="BigBlueTermPlus Nerd Font Mono,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular" | ||||
| general="Terminess Nerd Font Propo,11,-1,5,500,0,0,0,0,0,0,0,0,0,0,1,Regular" | ||||
| general="Ubuntu,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular" | ||||
| 
 | ||||
| [Interface] | ||||
| activate_item_on_single_click=1 | ||||
|  | ||||
| @ -20,7 +20,8 @@ set $term ghostty | ||||
| # Note: pass the final command to swaymsg so that the resulting window can be opened | ||||
| # on the original workspace that the command was run on. | ||||
| # set $menu bemenu-run --fn "BigBlueTermPlus Nerd Font 12" | xargs swaymsg exec -- | ||||
| set $menu bemenu-run --fn "Terminess Nerd Font 12" | xargs swaymsg exec -- | ||||
| # set $menu bemenu-run --fn "Terminess Nerd Font 12" | xargs swaymsg exec -- | ||||
| set $menu bemenu-run --fn "Ubuntu Mono 14" | xargs swaymsg exec -- | ||||
| # set $menu bemenu-run --fn "Cascadia Code 12" | xargs swaymsg exec -- | ||||
| 
 | ||||
| # WOB | ||||
| @ -44,7 +45,11 @@ output eDP-1 scale 1.5 | ||||
| output DP-2 mode 2560x1440@165.000Hz | ||||
| output DP-2 adaptive_sync on | ||||
| 
 | ||||
| <<<<<<< HEAD | ||||
| font "Terminess Nerd Font 12" | ||||
| ======= | ||||
| font "Ubuntu 10" | ||||
| >>>>>>> master | ||||
| ### Idle configuration | ||||
| # | ||||
| # Example configuration: | ||||
| @ -226,20 +231,24 @@ bindsym $mod+r mode "resize" | ||||
| # Read `man 5 sway-bar` for more information about this section. | ||||
| bar { | ||||
|     position top | ||||
| <<<<<<< HEAD | ||||
|     font "Terminess Nerd Font 12" | ||||
| ======= | ||||
|     font "Ubuntu 11" | ||||
| >>>>>>> master | ||||
|     # When the status_command prints a new line to stdout, swaybar updates. | ||||
|     # The default just shows the current date and time. | ||||
|     status_command while ~/.config/sway/bar.sh; do sleep 1; done | ||||
| 
 | ||||
|     colors { | ||||
|         statusline #ffffff | ||||
|         statusline #dfdbd2 | ||||
|         # statusline #C0C0C0 | ||||
|         background #323232 | ||||
|         background #3c3b37 | ||||
|         # background #C0C0C0 | ||||
|         inactive_workspace #32323200 #32323200 #5c5c5c | ||||
|         inactive_workspace #3c3b37 #3c3b37e5 #dfdbd2 | ||||
|         # inactive_workspace #292A30 #292A30 #2F3037 | ||||
|         # inactive_workspace #c0c0c0 #c0c0c0 #ffffff | ||||
|         # focused_workspace #000080 #000080 #ffffff | ||||
|         focused_workspace #f07746 #f07746 #ffffff | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| @ -248,6 +257,8 @@ default_border pixel 2 | ||||
| gaps outer 4 | ||||
| gaps inner 8 | ||||
| 
 | ||||
| client.focused #f07746 #3c3b37 #dfdbd2 #f07746 #f07746 | ||||
| client.unfocused #f07746 #3c3b37 #dfdbd2 #f07746 #3c3b37 | ||||
| input "type:keyboard" { | ||||
|       xkb_layout us,il | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Michael Chalupiak
						Michael Chalupiak