mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-23 19:25:32 +02:00
feat(theme)!: replace hack with jetbrains mono
Replaces the Hack font with JetBrains Mono which is the new default code editor font in Godot 4.
This commit is contained in:
parent
6384f41837
commit
e732712b55
27 changed files with 265 additions and 132 deletions
|
@ -1,7 +1,7 @@
|
|||
[gd_resource type="Theme" load_steps=4 format=3 uid="uid://blh56m1gdieyu"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/godot_xterm/resources/xrdb_theme.gd" id="1"]
|
||||
[ext_resource type="FontFile" uid="uid://edo5q2qxos3u" path="res://addons/godot_xterm/themes/fonts/hack/hack_regular-3.003.ttf" id="2"]
|
||||
[ext_resource type="FontFile" uid="uid://c51gnbjamppg" path="res://addons/godot_xterm/themes/fonts/jet_brains_mono/jet_brains_mono_nl-regular-2.304.ttf" id="2"]
|
||||
|
||||
[sub_resource type="FontFile" id="FontFile_tdf0u"]
|
||||
fallbacks = [ExtResource("2")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue